diff options
Diffstat (limited to 'lib/backupclient/ClientException.txt')
-rw-r--r-- | lib/backupclient/ClientException.txt | 12 |
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. |