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