Expand description
Comprehensive Error Handling Module
This module provides enhanced error handling with actionable error messages and proper error propagation across the driven crate.
§Features
- Structured error types with context
- Actionable error messages with suggestions
- Error chaining for debugging
- No panics in library code
Enums§
- Enhanced
Error - Enhanced error type with actionable messages
Traits§
- Error
Context - Extension trait for adding context to errors
Type Aliases§
- Enhanced
Result - Result type alias for enhanced errors