Enum tango::Error [] [src]

pub enum Error {
    IoError(Error),
    CheckInputError {
        error: Error,
    },
    MtimeError(PathBuf),
    ConcurrentUpdate {
        path_buf: PathBuf,
        old_time: mtime,
        new_time: mtime,
    },
    Warnings(Vec<Warning>),
}

Variants

Fields of CheckInputError

Fields of ConcurrentUpdate

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Exception> for Error
[src]

Performs the conversion.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl ErrorTrait for Error
[src]

A short description of the error. Read more

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

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.