Enum brev::OutputError [] [src]

pub enum OutputError {
    Code(i32),
    Io(Error),
    Signal(i32),
    Unknown,
    Utf8(Utf8Error),
}

Variants

Non-zero exit code

IO error upon execution

Terminated by signal

Unknown failure

Stdout not UTF-8

Trait Implementations

impl Debug for OutputError
[src]

Formats the value using the given formatter.

impl Display for OutputError
[src]

Formats the value using the given formatter. Read more