Exception: RailsAiBridge::Registry::AuthenticationError
- Inherits:
-
ContextProviderError
- Object
- StandardError
- Error
- ContextProviderError
- RailsAiBridge::Registry::AuthenticationError
- Defined in:
- lib/rails_ai_bridge/registry/authentication_error.rb
Overview
Authentication with the provider failed or was rejected.
Instance Attribute Summary
Attributes inherited from ContextProviderError
Instance Method Summary collapse
- #initialize(message) ⇒ AuthenticationError constructor
Constructor Details
#initialize(message) ⇒ AuthenticationError
9 10 11 |
# File 'lib/rails_ai_bridge/registry/authentication_error.rb', line 9 def initialize() super(, category: :authentication) end |