Skip to main content

Module error

Module error 

Source
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§

EnhancedError
Enhanced error type with actionable messages

Traits§

ErrorContext
Extension trait for adding context to errors

Type Aliases§

EnhancedResult
Result type alias for enhanced errors