org.llm4s.error.ServiceError
See theServiceError companion object
final case class ServiceError extends LLMError
Service-level errors from LLM providers
Attributes
Members list
Value members
Concrete methods
Implicitly added by ServiceErrorOps
Inherited methods
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)
Maximum number of retry attempts recommended.
Maximum number of retry attempts recommended.
Attributes
- Inherited from:
- RecoverableError (hidden)
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Optional error code for programmatic handling
Optional error code for programmatic handling
Attributes
Additional context information
Additional context information
Attributes
Suggested delay in milliseconds before retrying.
Suggested delay in milliseconds before retrying.
Attributes
In this article