Enum ffsend_api::action::info::PrepareError [−][src]
pub enum PrepareError {
Auth(NonceError),
InfoData(InfoDataError),
}Variants
Auth(NonceError)Failed authenticating, needed to fetch the info
InfoData(InfoDataError)An error occurred while building the info 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