Enum igd::GetExternalIpError [] [src]

pub enum GetExternalIpError {
    ActionNotAuthorized,
    RequestError(RequestError),
}

Errors returned by Gateway::get_external_ip

Variants

The client is not authorized to perform the operation.

Some other error occured performing the request.

Trait Implementations

impl Debug for GetExternalIpError
[src]

[src]

Formats the value using the given formatter.

impl Display for GetExternalIpError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for GetExternalIpError
[src]

[src]

Performs the conversion.

impl Error for GetExternalIpError
[src]

[src]

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

[src]

A short description of the error. Read more