Expand description
Stable error codes (PRD §10) and their CLI exit codes (docs/architecture.md).
A PDF that cannot be parsed safely fails with one of these — never a panic.
Code changes are contract-change events; exit codes are public API.
Structs§
- Ethos
Error - The Ethos error type: stable code + deterministic message. Messages follow fixed templates (determinism contract §8) — no paths, no timestamps.
Enums§
- Error
Code - The 10 stable error codes. Wire format is snake_case.