barecat.exceptions#
Exceptions indicating various errors related to the use of Barecat archives
Exceptions#
Base class for all exceptions in Barecat |
|
Exception raised when trying to create a file that already exists |
|
Exception raised when trying to access a file that does not exist |
|
Exception raised when trying to delete a non-empty directory |
|
Exception raised when trying to access a directory as a file. |
|
Exception raised when trying to access a file as a directory. |
|
Exception raised when the CRC32C checksum of a file does not match the expected checksum |
|
Exception raised when there is not enough space to write a file to the archive |
|
Exception raised when a file exceeds the shard_size_limit. |