Exception: Ollama::RateLimitExhaustedError
- Inherits:
-
RateLimitError
- Object
- StandardError
- Error
- HTTPError
- RateLimitError
- Ollama::RateLimitExhaustedError
- Defined in:
- lib/ollama/errors.rb
Overview
Raised after every configured API key remains rate-limited through all retry cycles.
Instance Attribute Summary
Attributes inherited from HTTPError
Instance Method Summary collapse
Methods inherited from HTTPError
Constructor Details
This class inherits a constructor from Ollama::HTTPError
Instance Method Details
#retryable? ⇒ Boolean
84 85 86 |
# File 'lib/ollama/errors.rb', line 84 def retryable? false end |