Exception: Salesforce::Rest::AsfRuntimeError

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

Overview

Unspecified error.

Instance Attribute Summary

Attributes inherited from AsfRestError

#fault

Instance Method Summary collapse

Constructor Details

#initialize(message, http_code) ⇒ AsfRuntimeError

Returns a new instance of AsfRuntimeError.



57
58
59
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 57

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