summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-10-16 23:24:56 +0000
committerChris Wilson <chris+github@qwirx.com>2006-10-16 23:24:56 +0000
commit17aeccfaa339e16e88cf9597730a6960accb9dfd (patch)
treeccd31e1e97156cab0520e73e77d3be8e2b0a29d6 /lib
parent20c177ab912261d24d24e8bef3726a13100c956d (diff)
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)
Diffstat (limited to 'lib')
-rw-r--r--lib/common/CommonException.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/CommonException.txt b/lib/common/CommonException.txt
index 5fa443d0..b2819886 100644
--- a/lib/common/CommonException.txt
+++ b/lib/common/CommonException.txt
@@ -44,3 +44,4 @@ KQueueNotSupportedOnThisPlatform 36
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.