summaryrefslogtreecommitdiff
path: root/lib/backupclient/ClientException.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-06-28 19:36:37 +0000
committerChris Wilson <chris+github@qwirx.com>2015-06-28 19:36:37 +0000
commit0c41e85dbbaccf0ed07c0277d64d37f0af380be2 (patch)
tree828cde6ff3d3e62d734d1dd18fca2825ace6e50a /lib/backupclient/ClientException.txt
parent66031e625d512b82a2d9d1546773b9fc0f8645bd (diff)
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.)
Diffstat (limited to 'lib/backupclient/ClientException.txt')
-rw-r--r--lib/backupclient/ClientException.txt12
1 files changed, 12 insertions, 0 deletions
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.