Enum ffsend_api::action::download::FileError[][src]

pub enum FileError {
    Create(IoError),
    EncryptedWriter,
}

Variants

An error occurred while creating or opening the file to write to.

Failed to create an encrypted writer for the file, which is used to decrypt the downloaded file.

Trait Implementations

impl Debug for FileError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FileError

impl Sync for FileError