Enum reqwest::UrlError [] [src]

pub enum UrlError {
    EmptyHost,
    IdnaError,
    InvalidPort,
    InvalidIpv4Address,
    InvalidIpv6Address,
    InvalidDomainCharacter,
    RelativeUrlWithoutBase,
    RelativeUrlWithCannotBeABaseBase,
    SetHostOnCannotBeABaseUrl,
    Overflow,
}

Errors that can occur during parsing.

Variants

Trait Implementations

impl Error for ParseError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl PartialEq<ParseError> for ParseError
[src]

impl Eq for ParseError
[src]

impl From<Errors> for ParseError
[src]

Performs the conversion.

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl Copy for ParseError
[src]

impl Clone for ParseError
[src]

impl Display for ParseError
[src]

Formats the value using the given formatter.