Skip to main content

Module error

Module error 

Source
Expand description

Canonical error categories and error classification helpers.

Structs§

OrchestratorError
Canonical error type returned by public orchestrator APIs.

Enums§

ErrorCategory
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.