Enum igd::RemovePortError [] [src]

pub enum RemovePortError {
    ActionNotAuthorized,
    NoSuchPortMapping,
    RequestError(RequestError),
}

Errors returned by Gateway::remove_port

Variants

The client is not authorized to perform the operation.

No such port mapping.

Some other error occured performing the request.

Trait Implementations

impl Debug for RemovePortError
[src]

[src]

Formats the value using the given formatter.

impl Display for RemovePortError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for RemovePortError
[src]

[src]

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

[src]

A short description of the error. Read more