Enum fsio::error::FsIOError [−][src]
pub enum FsIOError {
PathAlreadyExists(String),
NotFile(String),
IOError(String, Option<Error>),
SystemTimeError(String, Option<SystemTimeError>),
}Expand description
Holds the error information
Variants
PathAlreadyExists(String)Path already exist error type
NotFile(String)Not a file error type
IO error type
SystemTimeError(String, Option<SystemTimeError>)System time error type
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FsIOErrorimpl !UnwindSafe for FsIOError