Exception: EwayRapid::Exceptions::AuthenticationFailureException
- Inherits:
-
RapidSdkException
- Object
- StandardError
- RapidSdkException
- EwayRapid::Exceptions::AuthenticationFailureException
- Defined in:
- lib/eway_rapid/exceptions.rb
Overview
Authentication to Rapid API failed (server returned HTTP 40*)
Instance Attribute Summary
Attributes inherited from RapidSdkException
Instance Method Summary collapse
-
#initialize(message) ⇒ AuthenticationFailureException
constructor
A new instance of AuthenticationFailureException.
Constructor Details
#initialize(message) ⇒ AuthenticationFailureException
Returns a new instance of AuthenticationFailureException.
25 26 27 |
# File 'lib/eway_rapid/exceptions.rb', line 25 def initialize() super(Constants::AUTHENTICATION_FAILURE_ERROR_CODE, ) end |