Enum devicemapper::ErrorEnum
source ·
[−]pub enum ErrorEnum {
Error,
Invalid,
NotFound,
}Expand description
A very simple breakdown of outer layer errors.
Variants
Error
generic error code
Invalid
invalid value passed as argument
NotFound
something not found
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorEnum
impl UnwindSafe for ErrorEnum
Blanket Implementations
Mutably borrows from an owned value. Read more
