Expand description
Typed system error hierarchy and Result<T> alias.
Typed error handling for the Post-Cortex system
This module defines a comprehensive error type SystemError that replaces
the use of anyhow::Result throughout the codebase, enabling:
- Pattern matching on specific error types
- Programmatic error recovery
- Better error messages for API consumers
- Type-safe error propagation
Enums§
- System
Error - System-wide error type for Post-Cortex
Type Aliases§
- Result
- Type alias for Results using SystemError