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

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

Variants

Sending the request to change the parameters failed.

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

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