Exception: Salesforce::Rest::AsfRequestRefusedError
- Inherits:
-
AsfRestError
- Object
- RuntimeError
- AsfRestError
- Salesforce::Rest::AsfRequestRefusedError
- Defined in:
- lib/Salesforce/rest/asf_rest_error.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 AsfRestError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ AsfRequestRefusedError
constructor
A new instance of AsfRequestRefusedError.
Constructor Details
#initialize(message, http_code) ⇒ AsfRequestRefusedError
Returns a new instance of AsfRequestRefusedError.
80 81 82 |
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 80 def initialize(, http_code) super(, http_code) end |