Enum fuse_backend_rs::api::vfs::VfsError [−][src]
pub enum VfsError { Unsupported, Mount(Error), InodeIndex(String), FsIndex(Error), PathWalk(Error), NotFound(String), Initialize(String), }
Expand description
Vfs error definition
Variants
Operation not supported
Mount backend filesystem
Tuple Fields of Mount
0: Error
Illegal inode index is used
Tuple Fields of InodeIndex
0: String
Filesystem index related. For example, an index can’t be allocated.
Tuple Fields of FsIndex
0: Error
Error happened when walking path
Tuple Fields of PathWalk
0: Error
Entry can’t be found
Tuple Fields of NotFound
0: String
File system can’t ba initialized
Tuple Fields of Initialize
0: String