Enum ffsend_api::action::password::ChangeError[][src]

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

Variants

Sending the request to change the password failed.

The server responded with an error while changing the file password.

Trait Implementations

impl From<ChangeError> for Error
[src]

Performs the conversion.

impl Debug for ChangeError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ChangeError

impl Sync for ChangeError