Skip to main content

Module error

Module error 

Source
Expand description

Error types for the loki-file-access crate.

This module defines all error enums used across the public API surface:

All enums are #[non_exhaustive] so that new variants can be added in future minor versions without breaking downstream matches.

Enumsยง

AccessError
Errors that can occur when opening or accessing a previously granted file.
PickerError
Errors that can occur when presenting a file-picker dialog.
TokenParseError
Errors that can occur when deserializing a stored crate::FileAccessToken.