Exception: Salesforce::Rest::AsfResourceNotFoundError
- Inherits:
-
AsfRestError
- Object
- RuntimeError
- AsfRestError
- Salesforce::Rest::AsfResourceNotFoundError
- Defined in:
- lib/Salesforce/rest/asf_rest_error.rb
Overview
Error for HTTP code 404, Requested resource cannot be found. Check URI for error.
Instance Attribute Summary
Attributes inherited from AsfRestError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ AsfResourceNotFoundError
constructor
A new instance of AsfResourceNotFoundError.
Constructor Details
#initialize(message, http_code) ⇒ AsfResourceNotFoundError
Returns a new instance of AsfResourceNotFoundError.
87 88 89 |
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 87 def initialize(, http_code) super(, http_code) end |