Exception: Salesforce::Rest::AsfRequestRefusedError

Inherits:
AsfRestError
  • Object
show all
Defined in:
lib/Salesforce/rest/asf_rest_error.rb

Overview

Error for HTTP code 403, Request cannot be understood, because the JSON or XML body has an error

Instance Attribute Summary

Attributes inherited from AsfRestError

#fault

Instance Method Summary collapse

Constructor Details

#initialize(message, http_code) ⇒ AsfRequestRefusedError

Returns a new instance of AsfRequestRefusedError.



80
81
82
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 80

def initialize(message, http_code)
  super(message, http_code)
end