pub fn side(e: &Error) -> Side
Classify a ureq error. The match is on the VARIANT, not on the text of the message, because a message is a sentence someone can reword and a variant is a decision the library made.
ureq