Module error

Source
Expand description

Error types provided by this library.

Enumsยง

CopyDirectoryError
Directory copying error (see copy_directory / copy_directory_with_progress).
CopyDirectoryExecutionError
Directory copy execution error.
CopyDirectoryPreparationError
Directory copy preparation error.
DestinationDirectoryPathValidationError
Destination directory path validation error.
DirectoryEmptinessScanError
An error that can occur when checking whether a directory is empty (see is_directory_empty).
DirectoryExecutionPlanError
Directory copy or move planning error.
DirectoryScanError
An error that can occur when scanning a directory.
DirectorySizeScanError
An error that can occur when querying the size of a directory (see directory_size_in_bytes).
FileError
An error that can occur when copying or moving a file.
FileRemoveError
An error that can occur when removing a file.
FileSizeError
An error that can occur when querying the size of a file.
MoveDirectoryError
Directory moving error (see move_directory / move_directory_with_progress).
MoveDirectoryExecutionError
Directory move execution error.
MoveDirectoryPreparationError
Directory move preparation error.
SourceDirectoryPathValidationError
Source directory path validation error.