Exception: Salesforce::Rest::AsfEntityError
- Inherits:
-
AsfRestError
- Object
- RuntimeError
- AsfRestError
- Salesforce::Rest::AsfEntityError
- Defined in:
- lib/Salesforce/rest/asf_rest_error.rb
Overview
Error for HTTP code 415. The entity specified in the request is in a format that is supported by the specified resource for the specified method.
Instance Attribute Summary
Attributes inherited from AsfRestError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ AsfEntityError
constructor
A new instance of AsfEntityError.
Constructor Details
#initialize(message, http_code) ⇒ AsfEntityError
Returns a new instance of AsfEntityError.
102 103 104 |
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 102 def initialize(, http_code) super(, http_code) end |