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§
- Issued
Session - A successfully issued session.
- Redeem
Success - A successfully completed code redemption.
Enums§
- Form
Token Error - Why a form-token operation failed.
- Redeem
Error - Why a code redemption flow failed (RFC-013 §10.3, RFC-012).
- Session
Error - Why a session operation failed.