Exception: SalesforceApi::Errors::RequestRefusedError
- Inherits:
-
ApiError
- Object
- StandardError
- ApiError
- SalesforceApi::Errors::RequestRefusedError
- Defined in:
- lib/salesforceapi-rest/errors.rb
Overview
Error for HTTP code 403, Request cannot be understood, because the JSON or XML body has an error
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ RequestRefusedError
constructor
A new instance of RequestRefusedError.
Constructor Details
#initialize(message, http_code) ⇒ RequestRefusedError
Returns a new instance of RequestRefusedError.
38 39 40 |
# File 'lib/salesforceapi-rest/errors.rb', line 38 def initialize(, http_code) super(, http_code) end |