Expand description
Error handling for LLM providers.
This module defines common error patterns and traits that all providers should implement, allowing for consistent error handling across the ecosystem.
Enums§
- Config
Error - Common configuration errors.
- LlmError
- A generic error type that can wrap any provider error.
- Network
Error - Common network errors.
- Request
Error - Common request errors.
- Response
Error - Common response errors.
Traits§
- Provider
Error - Common trait for all provider errors.
Type Aliases§
- LlmResult
- Result type alias for LLM operations with generic error.
- Provider
Result - Result type alias for provider operations.