Enum ffsend_api::action::delete::DeleteDataError[][src]

pub enum DeleteDataError {
    Owned(DataError),
}

Variants

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]

Formats the value using the given formatter. Read more

Auto Trait Implementations