Expand description
Core error definitions for Nerve Framework
Provides core error types and result handling that form the foundation of the entire framework.
Modules§
- utils
- Error handling utilities
Structs§
- Console
Error Reporter - Simple console error reporter
- Contextual
Error - Error wrapper with context
- Error
Context - Error context for detailed error reporting
Enums§
- Error
Severity - Error severity levels
- Nerve
Error - Core error type for Nerve Framework components
Traits§
- Error
Ext - Error conversion utilities
- Error
Reporter - Error reporting interface
Type Aliases§
- Nerve
Result - Result type for Nerve Framework operations