class MyJohnDeereApi::TypeMismatchError
This error is used in a context that will fail in the absence of a valid oAuth access token. We have classes that may only need access tokens for some use cases.
Public Class Methods
new(message = "Record type does not match what was expected")
click to toggle source
Calls superclass method
# File lib/my_john_deere_api/errors/type_mismatch_error.rb, line 8 def initialize(message = "Record type does not match what was expected") super end