Exception: Worldline::Acquiring::SDK::V1::AuthorizationException
- Inherits:
-
ApiException
- Object
- RuntimeError
- ApiException
- Worldline::Acquiring::SDK::V1::AuthorizationException
- Defined in:
- lib/worldline/acquiring/sdk/v1/authorization_exception.rb
Overview
Represents an error response from the Worldline Acquiring platform when API authorization failed.
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 API authorization error response') ⇒ AuthorizationException
constructor
Create a new AuthorizationException.
Methods inherited from ApiException
Constructor Details
#initialize(status_code, response_body, type, title, status, detail, instance, message = 'The Worldline Acquiring platform returned an API authorization error response') ⇒ AuthorizationException
Create a new AuthorizationException.
15 16 17 18 |
# File 'lib/worldline/acquiring/sdk/v1/authorization_exception.rb', line 15 def initialize(status_code, response_body, type, title, status, detail, instance, ='The Worldline Acquiring platform returned an API authorization error response') super(status_code, response_body, type, title, status, detail, instance, ) end |