Skip to main content

classify

Function classify 

Source
pub fn classify(err: &IntelError) -> FailoverClass
Expand description

Classify an IntelError for the failover sweep. This decides only whether to try ANOTHER endpoint; the same-endpoint transient retry has already run inside complete_once before an error reaches here, so anything classified Failover has already survived that retry.