Exception: Keplars::AuthenticationError
- Inherits:
-
KeplarsError
- Object
- StandardError
- KeplarsError
- Keplars::AuthenticationError
- Defined in:
- lib/keplars/errors.rb
Instance Attribute Summary
Attributes inherited from KeplarsError
#code, #request_id, #status_code
Instance Method Summary collapse
-
#initialize(message, request_id: nil) ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Constructor Details
#initialize(message, request_id: nil) ⇒ AuthenticationError
Returns a new instance of AuthenticationError.
23 24 25 |
# File 'lib/keplars/errors.rb', line 23 def initialize(, request_id: nil) super(, code: 'AUTHENTICATION_ERROR', request_id: request_id) end |