Expand description
Structured errors and stable error codes.
Control planes must branch on ErrorCode / RetryClass, never on
substring matching of Display output.
Structs§
- Machi
Error - Kernel error with stable code, message, and optional source.
Enums§
- Error
Code - Machine-stable error code for control-plane handling.
- Retry
Class - Whether an automatic retry may be appropriate.
Type Aliases§
- Result
- Result alias using
MachiError.