Enum archiveis::Error[][src]

pub enum Error {
    Hyper(Error),
    MissingToken,
    MissingUrl(String),
}

The Error Type used in this crate

Variants

Represents an error originated from hyper

Means that no token could be obtained from archive.is

Means that the POST was successfull but no archive url to the requested url, which MissingUrl stores, could be obtained from the HTTP response

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error