Exception: Worldline::Acquiring::SDK::V1::PlatformException
- Inherits:
-
ApiException
- Object
- RuntimeError
- ApiException
- Worldline::Acquiring::SDK::V1::PlatformException
- Defined in:
- lib/worldline/acquiring/sdk/v1/platform_exception.rb
Overview
Represents an error response from the Worldline Acquiring platform when something went wrong at the Worldline Acquiring platform or further downstream.
Instance Attribute Summary
Attributes inherited from ApiException
#detail, #instance, #response_body, #status, #status_code, #title, #type
Instance Method Summary collapse
-
#initialize(status_code, response_body, type, title, status, detail, instance, message = 'The Worldline Acquiring platform returned an error response') ⇒ PlatformException
constructor
Create a new PlatformException.
Methods inherited from ApiException
Constructor Details
#initialize(status_code, response_body, type, title, status, detail, instance, message = 'The Worldline Acquiring platform returned an error response') ⇒ PlatformException
Create a new PlatformException.
15 16 17 18 |
# File 'lib/worldline/acquiring/sdk/v1/platform_exception.rb', line 15 def initialize(status_code, response_body, type, title, status, detail, instance, ='The Worldline Acquiring platform returned an error response') super(status_code, response_body, type, title, status, detail, instance, ) end |