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

pub enum DeleteError {
    Request,
    Response(ResponseError),
}

Variants

Sending the file deletion request failed.

The server responded with an error while requesting file deletion.

Trait Implementations

impl From<DeleteError> for Error
[src]

Performs the conversion.

impl Debug for DeleteError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DeleteError

impl Sync for DeleteError