Expand description
Error types used by filesystem abstractions.
Structs§
- FsError
- Provider-neutral filesystem error with operation and path context.
- Open
Failure - A failed open with its causal error and optional isolated recovery session.
Enums§
- FsEffect
State - Strongest known effect that a failed filesystem operation had on storage.
- FsError
Kind - Provider-neutral filesystem error category.
- FsOperation
- Filesystem operation that produced an error.
- Open
Failure Stage - Distinguishes local rejection from provider effects and invalid envelopes.
- Recovery
Cleanup State - Cleanup progress, independent of the failed operation’s publication facts.
Type Aliases§
- FsResult
- Result type used by filesystem APIs.