Enum boxxy::Error [] [src]

pub enum Error {
    Args(Error),
    Io(Error),
    Errno(Errno),
    InvalidNum(ParseIntError),
    InvalidRegex(Error),
}

Possible errors during builtin commands

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<ParseIntError> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.