Skip to main content

classify_error

Function classify_error 

Source
pub fn classify_error(err: &Error) -> (&'static str, &'static str)
Expand description

Classify an error into (stage, error_kind) for structured error reporting.