Exception: AppStoreServerApi::Error::ServerError
- Inherits:
-
AppStoreServerApi::Error
- Object
- StandardError
- AppStoreServerApi::Error
- AppStoreServerApi::Error::ServerError
- Defined in:
- lib/app_store_server_api/error.rb
Constant Summary
Constants inherited from AppStoreServerApi::Error
Instance Attribute Summary
Attributes inherited from AppStoreServerApi::Error
Instance Method Summary collapse
-
#initialize(code: 5000000, message: 'Internal Server Error', response:) ⇒ ServerError
constructor
A new instance of ServerError.
Methods inherited from AppStoreServerApi::Error
Constructor Details
#initialize(code: 5000000, message: 'Internal Server Error', response:) ⇒ ServerError
Returns a new instance of ServerError.
41 42 43 |
# File 'lib/app_store_server_api/error.rb', line 41 def initialize(code: 5000000, message: 'Internal Server Error', response:) super(code: code, message: , response: response) end |