[][src]Enum mief::execution_flow::error::Error

pub enum Error {
    IO(FindFolderError),
    Piston(String),
}

A wrapper type for all errors caused by Mief.

Variants

IO(FindFolderError)

Errors caused by faulty I/O operations.

Piston(String)

Errors caused by Piston.