Skip to main content

Module error

Module error 

Source
Expand description

Error types for all fstab parsing and validation operations.

This module defines the error hierarchy used throughout the library. Each error type implements std::error::Error via thiserror.

Enumsยง

EntryBuilderError
Error building an Entry via the builder pattern.
FsTypeError
Error parsing a filesystem type (fstab field 3).
FstabError
Fstab parsing and editing error.
MountPointError
Error constructing a MountPoint.
OptItemError
Error constructing an OptItem.
OptionsError
Error parsing mount options (fstab field 4).
ParseErrorKind
Specific kind of parse error on a single fstab line.
SpecError
Error parsing a spec (fstab field 1).