[][src]Module tantivy::directory::error

Errors specific to the directory module.

Structs

IOError

General IO error with an optional path to the offending file.

Enums

DeleteError

Error that may occur when trying to delete a file

LockError

Error while trying to acquire a directory lock.

OpenDirectoryError

Error that may occur when opening a directory

OpenReadError

Error that may occur when accessing a file read

OpenWriteError

Error that may occur when starting to write in a file