summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-06-27 11:34:41 +0000
committerChris Wilson <chris+github@qwirx.com>2009-06-27 11:34:41 +0000
commitfc94bd2d55fda679ae5efa645f34c7d5bc0722c0 (patch)
tree7cf115bb660053dc9b6416f372897993de1567ed /lib
parent1947e0d3b89d8f4899d9fe14339ab4f54c14c830 (diff)
Add a new exception type for refcount database errors.
Diffstat (limited to 'lib')
-rw-r--r--lib/backupclient/BackupStoreException.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/backupclient/BackupStoreException.txt b/lib/backupclient/BackupStoreException.txt
index 50c615b2..528a8c94 100644
--- a/lib/backupclient/BackupStoreException.txt
+++ b/lib/backupclient/BackupStoreException.txt
@@ -68,3 +68,4 @@ SignalReceived 64 A signal was received by the process, restart or terminate
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.