Enum ffsend_api::action::delete::DeleteDataError [−][src]
pub enum DeleteDataError {
Owned(DataError),
}Variants
Owned(DataError)Some error occurred while trying to wrap the deletion data in an owned object, which is required for authentication on the server. The wrapped error further described the problem.
Trait Implementations
impl Debug for DeleteDataError[src]
impl Debug for DeleteDataErrorAuto Trait Implementations
impl Send for DeleteDataError
impl Send for DeleteDataErrorimpl Sync for DeleteDataError
impl Sync for DeleteDataError