Expand description
Crate-wide error type and exit-code mapping. Crate-wide error type and its mapping to stable codes and exit statuses.
Structs§
- Exit
Code Doc - One documented exit code in the agent-facing contract.
Enums§
- FezError
- Every error fez can surface to the caller.
Constants§
- EXIT_
CODES - The agent-facing exit-code contract.
fez guiderenders this; a test asserts every fatal codeexit_code()can produce appears here. Theexit_code()match below stays the compile-time-exhaustive source for per-variant mapping.
Functions§
- is_
service_ unknown - Whether a D-Bus error name indicates the service is not activatable (the signal that a required daemon like dnf5daemon is not installed/running).