Skip to main content

Module error_codes

Module error_codes 

Source
Expand description

Error code catalog — typed error codes for all coordinator errors.

Provides a stable, programmatic error code for each error type. Clients can switch on error codes for automated error handling (retry, escalate, ignore) without parsing error messages.

Structs§

TypedError
A structured error response carrying an error code and message.

Enums§

ErrorCode
A stable error code identifying the error category.