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§
- Error
Manager - Central error manager for the entire MemScope system
- Error
Record - Individual error record for tracking
- Error
Report - Generated error report
- Error
Stats - Error statistics for monitoring and analysis
Traits§
- Into
MemScope Error - 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