⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module error

Module error 

Source
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
KernelError
Main kernel error type
SchedError
Scheduler-specific errors
SyscallError
System call errors

Type Aliases§

KernelResult
Result type alias for kernel operations