Exception: RailsAiBridge::Registry::ConnectionError

Inherits:
ContextProviderError show all
Defined in:
lib/rails_ai_bridge/registry/connection_error.rb

Overview

The provider exchange failed due to a transport or network problem.

Instance Attribute Summary

Attributes inherited from ContextProviderError

#category, #provider_name

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ConnectionError

Parameters:

  • message (String)

    safe, credential-free message



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

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