Module error

Module error 

Source
Expand description

Unified error handling and recovery system Unified error handling system for MemScope

Provides comprehensive error types and handling patterns for all modules. Features structured error reporting, error chaining, and recovery strategies.

Re-exports§

pub use handler::ErrorHandler;
pub use handler::ErrorReporter;
pub use recovery::RecoveryAction;
pub use recovery::RecoveryStrategy;
pub use types::ErrorContext;
pub use types::ErrorKind;
pub use types::ErrorSeverity;
pub use types::MemScopeError;

Modules§

handler
recovery
types