Exception: SalesforceApi::Errors::PlatformError
- Defined in:
- lib/salesforceapi-rest/errors.rb
Overview
Error for HTTP code 500, Force.com Internal Server error
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
-
#initialize(message, http_code) ⇒ PlatformError
constructor
A new instance of PlatformError.
Constructor Details
#initialize(message, http_code) ⇒ PlatformError
Returns a new instance of PlatformError.
67 68 69 |
# File 'lib/salesforceapi-rest/errors.rb', line 67 def initialize(, http_code) super(, http_code) end |