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

pub enum PrepareError {
    Auth(NonceError),
    InfoData(InfoDataError),
}

Variants

Failed authenticating, needed to fetch the info

An error occurred while building the info 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