Exception: Kitsune::Kit::Errors::AuthenticationError
- Defined in:
- lib/kitsune/kit/errors.rb
Constant Summary collapse
- DEFAULT_HINT =
"Check the configured credential variable, scope and provider account."
Instance Attribute Summary
Attributes inherited from Error
#code, #context, #hint, #retryable
Instance Method Summary collapse
-
#initialize(message, hint: DEFAULT_HINT) ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Constructor Details
#initialize(message, hint: DEFAULT_HINT) ⇒ AuthenticationError
Returns a new instance of AuthenticationError.
29 30 31 |
# File 'lib/kitsune/kit/errors.rb', line 29 def initialize(, hint: DEFAULT_HINT, **) super(, code: "authentication_error", hint: hint, **) end |