Exception: RailsAiBridge::Registry::AuthenticationError

Inherits:
ContextProviderError show all
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

#category, #provider_name

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ AuthenticationError

Parameters:

  • message (String)

    safe, credential-free message



9
10
11
# File 'lib/rails_ai_bridge/registry/authentication_error.rb', line 9

def initialize(message)
  super(message, category: :authentication)
end