Exception: SalesforceApi::Errors::RequestRefusedError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/salesforceapi-rest/errors.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 ApiError

#http_code

Instance Method Summary collapse

Constructor Details

#initialize(message, http_code) ⇒ RequestRefusedError

Returns a new instance of RequestRefusedError.



38
39
40
# File 'lib/salesforceapi-rest/errors.rb', line 38

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