Enum igd::SearchError [] [src]

pub enum SearchError {
    HttpError(Error),
    InvalidResponse,
    IoError(Error),
    Utf8Error(Utf8Error),
    XmlError(XmlError),
}

Errors than can occur while trying to find the gateway.

Variants

Http/Hyper error

Unable to process the response

IO Error

UTF-8 decoding error

XML processing error

Trait Implementations

impl Debug for SearchError
[src]

Formats the value using the given formatter.

impl From<Error> for SearchError
[src]

Performs the conversion.

impl From<Error> for SearchError
[src]

Performs the conversion.

impl From<Utf8Error> for SearchError
[src]

Performs the conversion.

impl From<XmlError> for SearchError
[src]

Performs the conversion.

impl Display for SearchError
[src]

Formats the value using the given formatter. Read more

impl Error for SearchError
[src]

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

A short description of the error. Read more