Enum ffsend_api::action::params::PrepareError [−][src]
pub enum PrepareError {
Auth(NonceError),
ParamsData(ParamsDataError),
}Variants
Auth(NonceError)Failed authenticating, needed to change the parameters.
ParamsData(ParamsDataError)An error occurred while building the parameter data that will be send to the server.
Trait Implementations
impl From<PrepareError> for Error[src]
impl From<PrepareError> for Errorfn from(err: PrepareError) -> Error[src]
fn from(err: PrepareError) -> ErrorPerforms the conversion.
impl Debug for PrepareError[src]
impl Debug for PrepareErrorAuto Trait Implementations
impl Send for PrepareError
impl Send for PrepareErrorimpl Sync for PrepareError
impl Sync for PrepareError