Exception: SalesforceApi::Errors::EntityError
- Defined in:
- lib/salesforceapi-rest/errors.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 ApiError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ EntityError
constructor
A new instance of EntityError.
Constructor Details
#initialize(message, http_code) ⇒ EntityError
Returns a new instance of EntityError.
60 61 62 |
# File 'lib/salesforceapi-rest/errors.rb', line 60 def initialize(, http_code) super(, http_code) end |