Skip to main content

Module error

Module error 

Source
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§

EthosError
The Ethos error type: stable code + deterministic message. Messages follow fixed templates (determinism contract §8) — no paths, no timestamps.

Enums§

ErrorCode
The 10 stable error codes. Wire format is snake_case.