pub fn classify(err: &IntelError) -> FailoverClassExpand 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.