Enum devicemapper::ErrorEnum [] [src]

pub enum ErrorEnum {
    Error,
    Invalid,
    NotFound,
}

A very simple breakdown of outer layer errors.

Variants

generic error code

invalid value passed as argument

something not found

Trait Implementations

impl Debug for ErrorEnum
[src]

[src]

Formats the value using the given formatter.

impl Display for ErrorEnum
[src]

[src]

Formats the value using the given formatter. Read more