error
Unified error type for LLM HTTP, protocol, and serialization failures.
Type Aliases
Section titled “Type Aliases”LlmResult
Section titled “LlmResult”type LlmResult = Result<T, LlmError>;LlmError
Section titled “LlmError”Errors surfaced by [crate::LlmClient] and streaming helpers.
Variants
| Variant | Description |
|---|---|
Transport(protocol_transport_core::TransportError) | |
Protocol(protocol_transport_core::ProtocolError) | |
Serialization(serde_json::Error) | |
Config(String) |