pub type HttpError = Box<dyn Error + Send + Sync + 'static>;
Error returned when an HTTP request cannot be completed.
pub struct HttpError(/* private fields */);