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

pub enum FileError {
    NotAFile,
    Open(IoError),
}

Variants

The given path, is not not a file or doesn't exist.

Failed to open the file that must be uploaded for reading.

Trait Implementations

impl From<FileError> for Error
[src]

Performs the conversion.

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