From 17aeccfaa339e16e88cf9597730a6960accb9dfd Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 16 Oct 2006 23:24:56 +0000 Subject: 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) --- lib/common/CommonException.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/common') 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. -- cgit v1.2.3