Module errors

Source
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§

ConsoleErrorReporter
Simple console error reporter
ContextualError
Error wrapper with context
ErrorContext
Error context for detailed error reporting

Enums§

ErrorSeverity
Error severity levels
NerveError
Core error type for Nerve Framework components

Traits§

ErrorExt
Error conversion utilities
ErrorReporter
Error reporting interface

Type Aliases§

NerveResult
Result type for Nerve Framework operations