org.llm4s.error.RateLimitError
See theRateLimitError companion object
final case class RateLimitError extends LLMError, RecoverableError
Rate limiting errors - typically recoverable with exponential backoff
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait RecoverableErrortrait LLMErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Suggested delay in milliseconds before retrying.
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
- Inherited from:
- RecoverableError
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