Exception: Salesforce::Rest::AsfResourceNotFoundError

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

#fault

Instance Method Summary collapse

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