summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-07 23:17:04 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-07 23:17:04 +0000
commitbdcfd73c04965dcea09012eeb7eb628884a836b0 (patch)
tree1966d7209b90ee6d38ca92f9a568f59a71ce30e7 /lib
parent03287b1c050a8a01c77eb0070babaaf0ece566a3 (diff)
Add new exception to denote a corrupt refcount db.
Diffstat (limited to 'lib')
-rw-r--r--lib/backupstore/BackupStoreException.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/backupstore/BackupStoreException.txt b/lib/backupstore/BackupStoreException.txt
index ece772c0..9e21fc62 100644
--- a/lib/backupstore/BackupStoreException.txt
+++ b/lib/backupstore/BackupStoreException.txt
@@ -70,3 +70,4 @@ DiffFromIDNotFoundInDirectory 66 When uploading via a diff, the diff from file m
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.
MultiplyReferencedObject 69 Attempted to modify an object with multiple references, should be uncloned first
+CorruptReferenceCountDatabase 70 The account's refcount database is corrupt and must be rebuilt by housekeeping.