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