Expand description
Canonical error categories and error classification helpers.
Structs§
- Orchestrator
Error - Canonical error type returned by public orchestrator APIs.
Enums§
- Error
Category - High-level category assigned to orchestrator failures.
Functions§
- classify_
resource_ error - Classifies a resource-management error into an
OrchestratorError. - classify_
secret_ error - Classifies a secret-management error into an
OrchestratorError. - classify_
store_ error - Classifies a store-backend error into an
OrchestratorError. - classify_
system_ error - Classifies a system-level error into an
OrchestratorError. - classify_
task_ error - Classifies a task-related error into an
OrchestratorError.
Type Aliases§
- Result
- Standard result type used by the public orchestrator API.