Expand description
Error types for FerricLink Core
This module provides comprehensive error handling for the FerricLink ecosystem, inspired by LangChain’s exception system with Rust-specific improvements.
Structs§
- Output
Parser Exception - Output parser exception with special handling for LLM feedback
- Tracer
Exception - Tracer exception for tracing-related errors
Enums§
- Error
Code - Error codes for structured error handling
- Ferric
Link Error - Main error type for FerricLink Core
Traits§
- Into
Ferric Link Error - Trait for converting errors to FerricLinkError
Functions§
- create_
error_ message - Create an error message with troubleshooting link
Type Aliases§
- Result
- Result type alias for FerricLink operations