Exception: RubyLLM::RateLimitError
- Defined in:
- lib/ruby_llm/error.rb
Overview
Raised for HTTP 429 responses when the provider rate limit is exceeded.
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:
158 159 160 |
# File 'lib/ruby_llm/error.rb', line 158 def self. # :nodoc: 'Rate limit exceeded - please wait a moment' end |