docchangerpkg/errors

Custom error objects

Types

DocumentChangerError = object of CatchableError
Generic error when creating document for every date fails
JsonFileNotFoundError = object of OSError
Json config could not be located
JsonFormatError = object of IOError
Badly formatted json
TempDirAccessError = object of TempDirError
Failed to read/write to temp dir
TempDirCreationError = object of TempDirError
Failed to create tempo dir
TempDirError = object of OSError
Generic temp dir error
TimeTravelError = object of ValueError
Invalid date range
ZipError = object of IOError
Generic error for zip files
ZipUnzipError = object of ZipError
Could not unzip archive to temp directory
ZipWriteError = object of ZipError
Could not create/write to the modified document archive