Expand description
Structured error types used by state handlers, storage layers, and the engine.
Structs§
- Error
Info - Structured error info (canonical-JSON compatible; MUST NOT contain secrets).
- State
Error - Errors returned by state handlers (no secrets).
Enums§
- Context
Error - Context errors.
- Error
Category - Error category used for stable handling and policies.
- IoError
- IO errors (live or replay).
- RunError
- Run-level errors from the engine.
- Storage
Error - Storage errors (event store / artifact store).