Enum ffsend_api::action::metadata::RequestError[][src]

pub enum RequestError {
    Auth(NonceError),
    Meta(MetaError),
}

Variants

Failed authenticating, in order to fetch the file data.

Failed to retrieve the file metadata.

Trait Implementations

impl From<RequestError> for Error
[src]

Performs the conversion.

impl Debug for RequestError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations