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]

[src]

Formats the value using the given formatter. Read more

impl Display for DmError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for DmError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

Auto Trait Implementations

impl Send for DmError

impl !Sync for DmError