Exception: SalesforceApi::Errors::PlatformError

Inherits:
ApiError
  • Object
show all
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

#http_code

Instance Method Summary collapse

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(message, http_code)
  super(message, http_code)
end