Skip to main content

Module error

Module error 

Source
Expand description

Error types used by filesystem abstractions.

Structs§

FsError
Provider-neutral filesystem error with operation and path context.
OpenFailure
A failed open with its causal error and optional isolated recovery session.

Enums§

FsEffectState
Strongest known effect that a failed filesystem operation had on storage.
FsErrorKind
Provider-neutral filesystem error category.
FsOperation
Filesystem operation that produced an error.
OpenFailureStage
Distinguishes local rejection from provider effects and invalid envelopes.
RecoveryCleanupState
Cleanup progress, independent of the failed operation’s publication facts.

Type Aliases§

FsResult
Result type used by filesystem APIs.