Skip to main content

Module error_manager

Module error_manager 

Source
Expand description

Central error management system for MemScope

Provides unified error tracking, reporting, and aggregation across all modules while maintaining module-specific error types.

Structs§

ErrorManager
Central error manager for the entire MemScope system
ErrorRecord
Individual error record for tracking
ErrorReport
Generated error report
ErrorStats
Error statistics for monitoring and analysis

Traits§

IntoMemScopeError
Trait for converting error types to MemScopeError

Functions§

generate_error_report
Convenience function to generate error report
get_error_stats
Convenience function to get error statistics
global_error_manager
Get the global error manager
record_error
Convenience function to record an error