Exception: Salesforce::Rest::AsfRequestError
- Inherits:
-
AsfRestError
- Object
- RuntimeError
- AsfRestError
- Salesforce::Rest::AsfRequestError
- Defined in:
- lib/Salesforce/rest/asf_rest_error.rb
Overview
Error for HTTP code 400, Request cannot be understood, because the JSON or XML body has an error
Instance Attribute Summary
Attributes inherited from AsfRestError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ AsfRequestError
constructor
A new instance of AsfRequestError.
Constructor Details
#initialize(message, http_code) ⇒ AsfRequestError
Returns a new instance of AsfRequestError.
72 73 74 |
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 72 def initialize(, http_code) super(, http_code) end |