Enum netsim::AddRouteError []

pub enum AddRouteError {
    ProcessFileDescriptorLimit(Error),
    SystemFileDescriptorLimit(Error),
    NameContainsNul,
}

Errors returned by add_route and Route::add

Variants

Trait Implementations

impl Debug for AddRouteError
[src]

[src]

Formats the value using the given formatter.

impl Display for AddRouteError

Formats the value using the given formatter. Read more

impl Error for AddRouteError

A short description of the error. Read more

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