Exception: Salesforce::Rest::AsfPlatformrror
- Inherits:
-
AsfRestError
- Object
- RuntimeError
- AsfRestError
- Salesforce::Rest::AsfPlatformrror
- Defined in:
- lib/Salesforce/rest/asf_rest_error.rb
Overview
Error for HTTP code 500, Force.com Internal Server error
Instance Attribute Summary
Attributes inherited from AsfRestError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ AsfPlatformrror
constructor
A new instance of AsfPlatformrror.
Constructor Details
#initialize(message, http_code) ⇒ AsfPlatformrror
Returns a new instance of AsfPlatformrror.
109 110 111 |
# File 'lib/Salesforce/rest/asf_rest_error.rb', line 109 def initialize(, http_code) super(, http_code) end |