Enum ffsend_api::action::password::PrepareError [−][src]
pub enum PrepareError {
Auth(NonceError),
Data(DataError),
}Variants
Auth(NonceError)Failed authenticating, needed to set a new password.
Data(DataError)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]
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