Exception: SalesforceApi::Errors::EntityError

Inherits:
ApiError
  • Object
show all
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

#http_code

Instance Method Summary collapse

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(message, http_code)
  super(message, http_code)
end