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ยง
- Core
Error - Error type for low-level system operations.