Skip to main content

Module error

Module error 

Source
Expand description

Typed errors and outcomes for the orchestration layer (RFC-013).

Every manager operation returns a structured result that carries both the internal cause (for logs and metrics) and its public-safe mapping. Callers must not expose the internal cause to end users (INV-8).

Structs§

IssuedSession
A successfully issued session.
RedeemSuccess
A successfully completed code redemption.

Enums§

FormTokenError
Why a form-token operation failed.
RedeemError
Why a code redemption flow failed (RFC-013 §10.3, RFC-012).
SessionError
Why a session operation failed.