[Box Backup-commit] COMMIT r1091 - box/chris/merge/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Tue, 17 Oct 2006 00:24:57 +0100
Author: chris
Date: 2006-10-17 00:24:56 +0100 (Tue, 17 Oct 2006)
New Revision: 1091
Modified:
box/chris/merge/lib/common/CommonException.txt
Log:
Add a new CommonException type, AccessDenied (very useful for debugging
access errors, and needed by Boxi to report a sensible error to the user).
(refs #3)
Modified: box/chris/merge/lib/common/CommonException.txt
===================================================================
--- box/chris/merge/lib/common/CommonException.txt 2006-10-16 23:24:18 UTC (rev 1090)
+++ box/chris/merge/lib/common/CommonException.txt 2006-10-16 23:24:56 UTC (rev 1091)
@@ -44,3 +44,4 @@
IOStreamGetLineNotEnoughDataToIgnore 37 Bad value passed to IOStreamGetLine::IgnoreBufferedData()
TempDirPathTooLong 38 Your temporary directory path is too long. Check the TMP and TEMP environment variables.
ArchiveBlockIncompleteRead 39 The Store Object Info File is too short or corrupted, and will be rewritten automatically when the next backup completes.
+AccessDenied 40 Access to the file or directory was denied. Please check the permissions.