Exception: Durable::Llm::RateLimitError
- Defined in:
- lib/durable/llm/errors.rb
Overview
Error raised when the API rate limit has been exceeded.
This typically occurs when too many requests are made within a short time period. Users should implement retry logic with exponential backoff when encountering this error.