Skip to main content

Module error

Module error 

Source
Expand description

Structured errors and stable error codes.

Control planes must branch on ErrorCode / RetryClass, never on substring matching of Display output.

Structs§

MachiError
Kernel error with stable code, message, and optional source.

Enums§

ErrorCode
Machine-stable error code for control-plane handling.
RetryClass
Whether an automatic retry may be appropriate.

Type Aliases§

Result
Result alias using MachiError.