Exception: Salesforce::Rest::AsfAuthenticationError
- Inherits:
-
AsfRestError
- Object
- RuntimeError
- AsfRestError
- Salesforce::Rest::AsfAuthenticationError
- Defined in:
- lib/Salesforce/rest/asf_rest_error.rb
Overview
Error for HTTP code 401, Session ID or Auth token expired
Instance Attribute Summary
Attributes inherited from AsfRestError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ AsfAuthenticationError
constructor
A new instance of AsfAuthenticationError.
Constructor Details
#initialize(message, http_code) ⇒ AsfAuthenticationError
Returns a new instance of AsfAuthenticationError.
64 65 66 |
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 64 def initialize(, http_code) super(, http_code) end |