Exception: SalesforceApi::Errors::AuthenticationError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/salesforceapi-rest/errors.rb

Overview

Error for HTTP code 401, Session ID or Auth token expired

Instance Attribute Summary

Attributes inherited from ApiError

#http_code

Instance Method Summary collapse

Constructor Details

#initialize(message, http_code) ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



22
23
24
# File 'lib/salesforceapi-rest/errors.rb', line 22

def initialize(message, http_code)
  super(message, http_code)
end