Expand description
Comprehensive error types for VeridianOS kernel
This module provides proper error types to replace string literals throughout the kernel, as recommended in DEEP-RECOMMENDATIONS.md.
Enums§
- CapError
- Capability-specific errors
- FsError
- Filesystem-specific errors
- IpcError
- IPC-specific errors
- Kernel
Error - Main kernel error type
- Sched
Error - Scheduler-specific errors
- Syscall
Error - System call errors
Type Aliases§
- Kernel
Result - Result type alias for kernel operations