Enum googl::Error [] [src]

pub enum Error {
    BadStatus(StatusCodeString),
    Http(HttpError),
    Io(IoError),
    Json(BuilderError),
    MissingId(Json),
}

Contains all possible errors you might get while shortening a URL

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<HttpError> for Error
[src]

Performs the conversion.

impl From<IoError> for Error
[src]

Performs the conversion.

impl From<BuilderError> for Error
[src]

Performs the conversion.