Enum easy_http_request::HttpRequestError [−][src]
pub enum HttpRequestError {
UrlParseError(ParseError),
HyperError(HyperError),
IOError(IOError),
RedirectError(&'static str),
TooLarge,
TimeOut,
LocalNotAllow,
Other(&'static str),
}Expand description
Errors for HttpRequest.
Variants
UrlParseError(ParseError)HyperError(HyperError)IOError(IOError)RedirectError(&'static str)Other(&'static str)Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for HttpRequestErrorimpl Send for HttpRequestErrorimpl Sync for HttpRequestErrorimpl Unpin for HttpRequestErrorimpl !UnwindSafe for HttpRequestError