[Box Backup-commit] COMMIT r2531 - box/trunk/lib/backupclient
boxbackup-dev@boxbackup.org
boxbackup-dev@boxbackup.org
Sat, 27 Jun 2009 12:34:41 +0100 (BST)
Author: chris
Date: 2009-06-27 12:34:41 +0100 (Sat, 27 Jun 2009)
New Revision: 2531
Modified:
box/trunk/lib/backupclient/BackupStoreException.txt
Log:
Add a new exception type for refcount database errors.
Modified: box/trunk/lib/backupclient/BackupStoreException.txt
===================================================================
--- box/trunk/lib/backupclient/BackupStoreException.txt 2009-06-27 11:34:19 UTC (rev 2530)
+++ box/trunk/lib/backupclient/BackupStoreException.txt 2009-06-27 11:34:41 UTC (rev 2531)
@@ -68,3 +68,4 @@
IncompatibleFromAndDiffFiles 65 Attempt to use a diff and a from file together, when they're not related
DiffFromIDNotFoundInDirectory 66 When uploading via a diff, the diff from file must be in the same directory
PatchChainInfoBadInDirectory 67 A directory contains inconsistent information. Run bbstoreaccounts check to fix it.
+UnknownObjectRefCountRequested 68 A reference count was requested for an object whose reference count is not known.