Exception: SalesforceApi::Errors::AuthenticationError
- Inherits:
-
ApiError
- Object
- StandardError
- ApiError
- SalesforceApi::Errors::AuthenticationError
- 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
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
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(, http_code) super(, http_code) end |