pub fn classify_task_error(
operation: &'static str,
error: impl Into<Error>,
) -> OrchestratorErrorExpand description
Classifies a task-related error into an OrchestratorError.
pub fn classify_task_error(
operation: &'static str,
error: impl Into<Error>,
) -> OrchestratorErrorClassifies a task-related error into an OrchestratorError.