Expand description
Error types provided by this library.
Enumsยง
- Copy
Directory Error - Directory copying error (see
copy_directory/copy_directory_with_progress). - Copy
Directory Execution Error - Directory copy execution error.
- Copy
Directory Preparation Error - Directory copy preparation error.
- Destination
Directory Path Validation Error - Destination directory path validation error.
- Directory
Emptiness Scan Error - An error that can occur when checking whether a directory is empty
(see
is_directory_empty). - Directory
Execution Plan Error - Directory copy or move planning error.
- Directory
Scan Error - An error that can occur when scanning a directory.
- Directory
Size Scan Error - An error that can occur when querying the size of a directory
(see
directory_size_in_bytes). - File
Error - An error that can occur when copying or moving a file.
- File
Remove Error - An error that can occur when removing a file.
- File
Size Error - An error that can occur when querying the size of a file.
- Move
Directory Error - Directory moving error (see
move_directory/move_directory_with_progress). - Move
Directory Execution Error - Directory move execution error.
- Move
Directory Preparation Error - Directory move preparation error.
- Source
Directory Path Validation Error - Source directory path validation error.