Enum ffsend_api::action::upload::MetaError[][src]

pub enum MetaError {
    Encrypt,
}

Variants

An error occurred while encrypting the file metadata.

Trait Implementations

impl From<MetaError> for Error
[src]

Performs the conversion.

impl Debug for MetaError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MetaError

impl Sync for MetaError