Enum brev::StatusError [] [src]

pub enum StatusError {
    Code(i32),
    Io(Error),
    Signal(i32),
    Unknown,
}

Variants

Non-zero exit code

IO error upon execution

Terminated by signal

Unknown failure

Trait Implementations

impl Debug for StatusError
[src]

Formats the value using the given formatter.

impl Display for StatusError
[src]

Formats the value using the given formatter. Read more