Exception: SalesforceApi::Errors::ResourceNotFoundError

Inherits:
ApiError
  • Object
show all
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

#http_code

Instance Method Summary collapse

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(message, http_code)
  super(message, http_code)
end