Skip to main content

Module error

Module error 

Source
Expand description

Shared low-level error types.

CoreError is the crate-wide error for Linux and Android primitive operations. It intentionally stays small: low-level modules surface the syscall that failed and the raw OS error code, while callers decide how much policy or recovery to layer on top.

Enumsยง

CoreError
Error type for low-level system operations.