Enum devicemapper::ErrorEnum [] [src]

pub enum ErrorEnum {
    Error,
    Invalid,
    NotFound,
    CheckFailed,
}

Variants

generic error code

invalid value passed as argument

something not found

Check failed

Trait Implementations

impl Debug for ErrorEnum
[src]

Formats the value using the given formatter.

impl Clone for ErrorEnum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ErrorEnum
[src]

Formats the value using the given formatter. Read more