Exception: Salesforce::Rest::AsfMethodError
- Inherits:
-
AsfRestError
- Object
- RuntimeError
- AsfRestError
- Salesforce::Rest::AsfMethodError
- Defined in:
- lib/Salesforce/rest/asf_rest_error.rb
Overview
Error for HTTP code 405, The method specified in the Request-Line is not allowed.
Instance Attribute Summary
Attributes inherited from AsfRestError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ AsfMethodError
constructor
A new instance of AsfMethodError.
Constructor Details
#initialize(message, http_code) ⇒ AsfMethodError
Returns a new instance of AsfMethodError.
94 95 96 |
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 94 def initialize(, http_code) super(, http_code) end |