Expand description
Error types for the loki-file-access crate.
This module defines all error enums used across the public API surface:
PickerErrorโ errors originating from the platform file-picker dialog.AccessErrorโ errors when reading from or writing to a previously granted file.TokenParseErrorโ errors when deserializing a storedcrate::FileAccessToken.
All enums are #[non_exhaustive] so that new variants can be added in
future minor versions without breaking downstream matches.
Enumsยง
- Access
Error - Errors that can occur when opening or accessing a previously granted file.
- Picker
Error - Errors that can occur when presenting a file-picker dialog.
- Token
Parse Error - Errors that can occur when deserializing a stored
crate::FileAccessToken.