Enum devicemapper::DmError[][src]

pub enum DmError {
    Dm(ErrorEnumString),
    Core(Error),
}

Super error type, with constructors distinguishing outer errors from core errors.

Variants

DM errors

Errors in the core devicemapper functionality

Trait Implementations

impl Debug for DmError
[src]

Formats the value using the given formatter. Read more

impl Display for DmError
[src]

Formats the value using the given formatter. Read more

impl Error for DmError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for DmError

impl !Sync for DmError