Exception: Salesforce::Rest::AsfMethodError

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

Overview

Error for HTTP code 405, The method specified in the Request-Line is not allowed.

Instance Attribute Summary

Attributes inherited from AsfRestError

#fault

Instance Method Summary collapse

Constructor Details

#initialize(message, http_code) ⇒ AsfMethodError

Returns a new instance of AsfMethodError.



94
95
96
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 94

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