Exception: MastercardCoreSdk::Exceptions::SDKOAuthError
- Inherits:
-
SDKBaseError
- Object
- RuntimeError
- SDKBaseError
- MastercardCoreSdk::Exceptions::SDKOAuthError
- Defined in:
- lib/mastercard_core_sdk/exceptions/sdk_oauth_error.rb
Overview
Defines error to be raised for OAuth calls.
Instance Attribute Summary collapse
-
#error_message ⇒ Object
Returns the value of attribute error_message.
Attributes inherited from SDKBaseError
Instance Method Summary collapse
-
#initialize(error_message) ⇒ SDKOAuthError
constructor
A new instance of SDKOAuthError.
Constructor Details
#initialize(error_message) ⇒ SDKOAuthError
Returns a new instance of SDKOAuthError.
9 10 11 12 |
# File 'lib/mastercard_core_sdk/exceptions/sdk_oauth_error.rb', line 9 def initialize() = super() end |
Instance Attribute Details
#error_message ⇒ Object
Returns the value of attribute error_message.
7 8 9 |
# File 'lib/mastercard_core_sdk/exceptions/sdk_oauth_error.rb', line 7 def end |