Enum slos_filesystem::FsError [−][src]
pub enum FsError {
PermissionDenied,
FileExists,
OpenHandleExists,
EndOfFile,
FileNotFound,
ReadOnlyFilesystem,
InvalidArgument,
FilesystemRootError,
StdIoError(Error),
Unknown,
}
Expand description
File and directory errors
Variants
Permission denied
A file with a duplicate name already exists
File already has an open handle
End of file reached (possibly unexpectedly)
File not found
Filesystem is read-only
Invalid argument
Filesystem root error (possibly set to None)
IO error: {0}
Tuple Fields of StdIoError
0: Error
Unknown error