Skip to main content

Module error

Module error 

Source
Expand description

Kernel-level error taxonomy.

The Domain variant is opaque to the kernel — code and payload are L2/L1 concerns. This prevents domain-level error paths from being forced into string smuggling or EmitEvent side-channels.

#[non_exhaustive] defends the ABI: external matchers are forbidden from exhaustive-matching, so future variants are not breaking for external consumers.

Enums§

ArkheError
Top-level kernel error.