Skip to main content

Module error

Module error 

Source
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ยง

EmbeddingError
Errors specific to embedding operations.
ModelError
Errors specific to language model invocations.
ParseError
Errors specific to output parsing.
SynwireError
Top-level error type for the Synwire framework.
SynwireErrorKind
Discriminant enum for matching errors without payload.
ToolError
Errors specific to tool invocations.
VectorStoreError
Errors specific to vector store operations.