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

kernel_error

Macro kernel_error 

Source
macro_rules! kernel_error {
    (OutOfMemory { requested: $req:expr, available: $avail:expr }) => { ... };
    (ProcessNotFound { pid: $pid:expr }) => { ... };
    (InvalidArgument { $name:expr => $value:expr }) => { ... };
    ($variant:ident) => { ... };
}