From 74519c6abfeada675dfa0e4d035e45d58f0d9903 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 31 Jul 2015 06:39:41 +0000 Subject: Move InvalidConfiguration exception to CommonException. Allows it to be used by S3Store, or in fact anything that uses Configuration. --- lib/backupclient/ClientException.txt | 1 - lib/common/CommonException.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/backupclient/ClientException.txt b/lib/backupclient/ClientException.txt index 2e3b7a8a..04f88620 100644 --- a/lib/backupclient/ClientException.txt +++ b/lib/backupclient/ClientException.txt @@ -9,4 +9,3 @@ AssertFailed 1 ClockWentBackwards 2 Invalid (negative) sync period: perhaps your clock is going backwards? FailedToDeleteStoreObjectInfoFile 3 Failed to delete the StoreObjectInfoFile, backup cannot continue safely. CorruptStoreObjectInfoFile 4 The store object info file contained an invalid value and is probably corrupt. Try deleting it. -InvalidConfiguration 5 Some required values are missing or incorrect in the configuration file. diff --git a/lib/common/CommonException.txt b/lib/common/CommonException.txt index deca57ba..610ba1a8 100644 --- a/lib/common/CommonException.txt +++ b/lib/common/CommonException.txt @@ -56,3 +56,4 @@ DatabaseRecordBadSize 48 The database contains a record with an invalid size DatabaseIterateFailed 49 Failed to iterate over the database keys ReferenceNotFound 50 The database does not contain an expected reference TimersNotInitialised 51 The timer framework should have been ready at this point +InvalidConfiguration 52 Some required values are missing or incorrect in the configuration file. -- cgit v1.2.3