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

pub enum PrepareError {
    Meta(MetaError),
    Reader(ReaderError),
}

Variants

Failed to prepare the file metadata for uploading.

Failed to create an encrypted file reader, that encrypts the file on the fly when it is read.

Trait Implementations

impl Debug for PrepareError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations