Expand description
Edge Case Handler - Comprehensive edge case and error handling
This module provides comprehensive handling for edge cases and error scenarios to ensure robust operation. Fully compliant with requirement.md:
- No locks, unwrap, or clone violations
- Uses Arc for shared ownership
- Uses safe_operations for lock handling
- Uses unwrap_safe for error handling
Structs§
- Edge
Case Config - Configuration for edge case handling
- Edge
Case Handler - Comprehensive edge case handler
- Edge
Case Occurrence - Edge case occurrence record
- Edge
Case Stats - Edge case handling statistics
Enums§
- Edge
Case Severity - Severity level for edge cases
- Edge
Case Type - Edge case types that can occur in the system
Functions§
- get_
global_ edge_ case_ handler - Get global edge case handler instance
- initialize_
global_ edge_ case_ handler - Initialize global edge case handler with custom config