Enum travis_after_all::Error [] [src]

pub enum Error {
    Generic(String),
    NotLeader,
    BuildNotFound,
    FailedBuilds,
}

All possible error cases

Variants

A generic error, translated from another internal error

wait_for_others was called on a non-leader environment

The specified build was not found

All non-leader jobs finished, but at least one failed

Methods

impl Error
[src]

Build an error from a string

Build an error from a string

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

impl Error for Error
[src]

A short description of the error. Read more

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

impl From<VarError> for Error
[src]

Performs the conversion.

impl From<ParseIntError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.