Expand description
Common error types
Enums§
- Escalation
- Reasons a system may have failed and be escalating.
- Restart
Reason - Reasons for a system to want to be restarted. Despite these reasons, a restart is only attempted if the system’s crate::breaker::Breaker allows for it.
- Startup
Failure - Reasons a startup operation, either initial or during a restart, has failed.
- Termination
Reason - Reasons for a child to have terminated.