Exception: EwayRapid::Exceptions::AuthenticationFailureException

Inherits:
RapidSdkException
  • Object
show all
Defined in:
lib/eway_rapid/exceptions.rb

Overview

Authentication to Rapid API failed (server returned HTTP 40*)

Instance Attribute Summary

Attributes inherited from RapidSdkException

#error_code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ AuthenticationFailureException

Returns a new instance of AuthenticationFailureException.



25
26
27
# File 'lib/eway_rapid/exceptions.rb', line 25

def initialize(message)
  super(Constants::AUTHENTICATION_FAILURE_ERROR_CODE, message)
end