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

pub enum ReaderError {
    Encrypt,
    Progress,
}

Variants

An error occurred while creating the file encryptor.

Failed to create the progress reader, attached to the file reader, to measure the uploading progress.

Trait Implementations

impl From<ReaderError> for Error
[src]

Performs the conversion.

impl Debug for ReaderError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ReaderError

impl Sync for ReaderError