Expand description
Error types for the Synwire framework.
This module provides a structured error hierarchy with SynwireError as
the top-level type, domain-specific error enums for each subsystem, and
SynwireErrorKind for discriminant-based retry and fallback matching.
Enumsยง
- Embedding
Error - Errors specific to embedding operations.
- Model
Error - Errors specific to language model invocations.
- Parse
Error - Errors specific to output parsing.
- Synwire
Error - Top-level error type for the Synwire framework.
- Synwire
Error Kind - Discriminant enum for matching errors without payload.
- Tool
Error - Errors specific to tool invocations.
- Vector
Store Error - Errors specific to vector store operations.