Exception: SalesforceApi::Errors::ResourceNotFoundError
- Inherits:
-
ApiError
- Object
- StandardError
- ApiError
- SalesforceApi::Errors::ResourceNotFoundError
- Defined in:
- lib/salesforceapi-rest/errors.rb
Overview
Error for HTTP code 404, Requested resource cannot be found. Check URI for error.
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ ResourceNotFoundError
constructor
A new instance of ResourceNotFoundError.
Constructor Details
#initialize(message, http_code) ⇒ ResourceNotFoundError
Returns a new instance of ResourceNotFoundError.
45 46 47 |
# File 'lib/salesforceapi-rest/errors.rb', line 45 def initialize(, http_code) super(, http_code) end |