pub fn default_classify_error(err: &Error) -> ErrorClassExpand description
Default error classifier shared by every adapter. Kept as a free function (not an inherent method) so unit tests don’t need to construct a concrete adapter to exercise it.
pub fn default_classify_error(err: &Error) -> ErrorClassDefault error classifier shared by every adapter. Kept as a free function (not an inherent method) so unit tests don’t need to construct a concrete adapter to exercise it.