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

pub enum PrepareError {
    Auth(NonceError),
    ParamsData(ParamsDataError),
}

Variants

Failed authenticating, needed to change the parameters.

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