Enum migrant::Error [] [src]

pub enum Error {
    Config(String),
    Migration(String),
    MigrationNotFound(String),
    IoOpen(Error),
    IoCreate(Error),
    IoRead(Error),
    IoWrite(Error),
    IoProc(Error),
    Utf8Error(FromUtf8Error),
    TomlDe(Error),
    TomlSe(Error),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter. Read more