pub type Error = Box<dyn Error + Send + Sync>;
Any error during request or response.
pub struct Error(/* private fields */);