Skip to main content

HttpError

Type Alias HttpError 

Source
pub type HttpError = Box<dyn Error + Send + Sync + 'static>;
Expand description

Error returned when an HTTP request cannot be completed.

Aliased Typeยง

pub struct HttpError(/* private fields */);