Exception: Salesforce::Rest::AsfRuntimeError
- Inherits:
-
AsfRestError
- Object
- RuntimeError
- AsfRestError
- Salesforce::Rest::AsfRuntimeError
- Defined in:
- lib/Salesforce/rest/asf_rest_error.rb
Overview
Unspecified error.
Instance Attribute Summary
Attributes inherited from AsfRestError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ AsfRuntimeError
constructor
A new instance of AsfRuntimeError.
Constructor Details
#initialize(message, http_code) ⇒ AsfRuntimeError
Returns a new instance of AsfRuntimeError.
57 58 59 |
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 57 def initialize(, http_code) super(, http_code) end |