Enum ffsend_api::action::delete::PrepareError[][src]

pub enum PrepareError {
    Auth(NonceError),
    DeleteData(DeleteDataError),
}

Variants

Failed to authenticate

An error occurred while building the deletion data that will be send to the server.

Trait Implementations

impl From<PrepareError> for Error
[src]

Performs the conversion.

impl Debug for PrepareError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations