Module error

Module error 

Source
Expand description

Unified error handling system for memscope-rs

This module provides a simplified, efficient error handling system that:

  • Reduces string cloning overhead using Arc<str>
  • Maintains all existing error information
  • Provides error recovery mechanisms
  • Ensures backward compatibility

Structs§

DefaultErrorRecovery
Default error recovery implementation

Enums§

ErrorSeverity
Error severity levels
MemScopeError
Unified error type for the entire memscope-rs system
MemoryOperation
Memory operation types for better error categorization
RecoveryAction
Error recovery strategies
SystemErrorType
System error types

Traits§

ErrorRecovery
Error recovery trait for implementing recovery strategies

Type Aliases§

Result
Result type for all memscope operations