Expand description
Kernel error types.
All kernel operations return KernelError for typed error
handling. The error variants cover process table operations,
service lifecycle, IPC, and boot sequence failures.
Enums§
- Kernel
Error - Kernel-level errors.
Type Aliases§
- Kernel
Result - Convenience alias for kernel results.