Enum gerritlib::error::GGRError []

pub enum GGRError {
    Curl(Error),
    FromUtf8(FromUtf8Error),
    General(String),
    Git2(Error),
    JsonError(Error),
    Num(ParseIntError),
    Regex(Error),
    StdIo(Error),
    Url(ParseError),
}

Variants

Trait Implementations

impl Debug for GGRError
[src]

Formats the value using the given formatter.

impl Display for GGRError

Formats the value using the given formatter.

impl Error for GGRError

A short description of the error. Read more

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

impl From<Error> for GGRError

Performs the conversion.

impl From<FromUtf8Error> for GGRError

Performs the conversion.

impl From<String> for GGRError

Performs the conversion.

impl From<Error> for GGRError

Performs the conversion.

impl From<Error> for GGRError

Performs the conversion.

impl From<ParseIntError> for GGRError

Performs the conversion.

impl From<Error> for GGRError

Performs the conversion.

impl From<Error> for GGRError

Performs the conversion.

impl From<ParseError> for GGRError

Performs the conversion.