From 0c41e85dbbaccf0ed07c0277d64d37f0af380be2 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 28 Jun 2015 19:36:37 +0000 Subject: Refactor to allow non-bbstored store configurations. Make some keys not required in BackupDaemonConfigVerify, and verify them afterwards instead, when the rest of the configuration file has been read (and in future, the store type would be known.) --- lib/backupclient/ClientException.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/backupclient/ClientException.txt (limited to 'lib/backupclient/ClientException.txt') diff --git a/lib/backupclient/ClientException.txt b/lib/backupclient/ClientException.txt new file mode 100644 index 00000000..2e3b7a8a --- /dev/null +++ b/lib/backupclient/ClientException.txt @@ -0,0 +1,12 @@ + +# NOTE: Exception descriptions are for public distributions of Box Backup only -- do not rely for other applications. + + +EXCEPTION Client 13 + +Internal 0 +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. -- cgit v1.2.3