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.
Modules§
- errno
- Common errno constants, re-exported so callers need not depend on
libc.
Enums§
- Core
Error - Error type for low-level system operations.