Skip to main content

Module error

Module error 

Source
Expand description

The request-path error taxonomy.

Every failure reachable from the request path is typed and carries an ErrorContext: a stable code, the decision chain that led there, whether it is retryable, and an actionable remediation hint. This is what lets an LLM diagnose a failure from telemetry alone, with no source reading (docs/02 §4, docs/05, NFR-T5).

The context carries ids and shapes only, never tenant values or secrets (docs/05 §7).

Structs§

DecisionChain
The ordered chain of routing decisions made before a failure occurred.
ErrorContext
The structured context attached to every request-path error.

Enums§

ErrorCode
A stable, documented, machine-matchable error code.