Enum filearco::FileDataError [] [src]

pub enum FileDataError {
    BasePathNotDirectory,
    NonUtf8Filepath(String),
}

Errors retrieving information on files

Variants

Input path is not a directory

Non UTF-8 filename detected

Trait Implementations

impl Debug for FileDataError
[src]

[src]

Formats the value using the given formatter.

impl Display for FileDataError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for FileDataError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more