org.llm4s.error.RateLimitError
See theRateLimitError companion object
final case class RateLimitError extends LLMError
Rate limiting errors - typically recoverable with exponential backoff
Attributes
Members list
Value members
Concrete methods
Suggested delay in milliseconds before retrying.
Suggested delay in milliseconds before retrying.
Attributes
- Definition Classes
-
RecoverableError
Inherited methods
Optional error code for programmatic handling
Error correlation IDs for debugging
Formatted error message with context
DEPRECATED: Use type-level markers instead
DEPRECATED: Use type-level markers instead
Attributes
- Definition Classes
-
RecoverableError -> LLMError
- Inherited from:
- RecoverableError (hidden)
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Additional context information
Additional context information
Attributes
Maximum number of retry attempts recommended.
Maximum number of retry attempts recommended.
Attributes
In this article