Exception: Salesforce::Rest::AsfAuthenticationError

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

Overview

Error for HTTP code 401, Session ID or Auth token expired

Instance Attribute Summary

Attributes inherited from AsfRestError

#fault

Instance Method Summary collapse

Constructor Details

#initialize(message, http_code) ⇒ AsfAuthenticationError

Returns a new instance of AsfAuthenticationError.



64
65
66
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 64

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