class Ingenico::Direct::SDK::AuthorizationException
This exception is thrown when a request sent to the Ingenico
ePayments platform is not correctly authenticated. Corresponds to a HTTP status code of 403. @see ApiException#initialize
Public Class Methods
new(status_code, response_body, error_id, errors, message = 'the Ingenico ePayments platform returned an authorization error response')
click to toggle source
Calls superclass method
Ingenico::Direct::SDK::ApiException::new
# File lib/ingenico/direct/sdk/authorization_exception.rb, line 8 def initialize(status_code, response_body, error_id, errors, message = 'the Ingenico ePayments platform returned an authorization error response') super(status_code, response_body, error_id, errors, message) end