Skip to main content

classify_service_error

Function classify_service_error 

Source
fn classify_service_error(code: &str, bucket: &str) -> Option<AppError>
Expand description

Classify a generic service-error code into SectionResult.

Returns None when the error is a hard failure that must propagate.