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

pub enum PrepareError {
    Auth(NonceError),
    Data(DataError),
}

Variants

Failed authenticating, needed to set a new password.

Some error occurred while building the data that will be sent. The owner token might possibly be missing, the wrapped error will describe this further.

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