Exception: RubyLLM::ServiceUnavailableError
- Defined in:
- lib/ruby_llm/error.rb
Overview
Raised for HTTP 502, 503, and 504 responses when the provider is temporarily unavailable.
Instance Attribute Summary
Attributes inherited from Error
Class Method Summary collapse
-
.default_message ⇒ Object
:nodoc:.
Methods inherited from Error
Constructor Details
This class inherits a constructor from RubyLLM::Error
Class Method Details
.default_message ⇒ Object
:nodoc:
173 174 175 |
# File 'lib/ruby_llm/error.rb', line 173 def self. # :nodoc: 'API server unavailable - please try again later' end |