Expand description
📊 Enhanced Backtrace Module - Context-aware error analysis with causal chain detection
Part of the CROSS-MODULE AUTOMATION ENGINE providing:
- Advanced backtrace capture and analysis
- Causal chain detection for root cause identification
- Integration with heuristic recovery system
Structs§
- Backtrace
Frame - Structured information about a backtrace frame
- Decrust
Backtrace - Our own backtrace type that wraps std::backtrace::Backtrace This provides crisis-resistant backtrace functionality
- Location
- Location information for where an error was created
- Thread
Id - Thread ID type that implements GenerateImplicitData
- Timestamp
- Custom timestamp type that implements GenerateImplicitData
Enums§
- Backtrace
Status - Status of backtrace capture
Traits§
- AsBacktrace
- Trait for types that can provide a backtrace
- Backtrace
Compat - Trait for types that can provide backtraces
- Backtrace
Provider - Extension trait for easier backtrace handling
- Generate
Implicit Data - Trait for generating implicit data automatically