Exception: Salesforce::Rest::AsfRequestError

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

Overview

Error for HTTP code 400, 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) ⇒ AsfRequestError

Returns a new instance of AsfRequestError.



72
73
74
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 72

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