Skip to main content

Module error

Module error 

Source
Expand description

Error types for the mount crate.

Mount-side errors map cleanly to libc errno codes so the FUSE shell can hand them back to the kernel without a translation layer of its own. The mapping lives in MountError::to_errno.

Enums§

MountError
Errors surfaced by the content-addressed mount core.

Type Aliases§

Result
Result alias used throughout the mount crate.