Enum ffsend_api::action::delete::PrepareError [−][src]
pub enum PrepareError {
Auth(NonceError),
DeleteData(DeleteDataError),
}Variants
Auth(NonceError)Failed to authenticate
DeleteData(DeleteDataError)An error occurred while building the deletion 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