summaryrefslogtreecommitdiff
path: root/lib/backupclient
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-04-22 13:45:35 +0000
committerChris Wilson <chris+github@qwirx.com>2011-04-22 13:45:35 +0000
commit091dbcbd04f8668db1b0cdfa70496e0040d6e6db (patch)
tree2daa4113894e4077cd82870e4b73948f1df10859 /lib/backupclient
parent44999aec110f60912e2d2c6f02afa9591af34569 (diff)
Add an exception code and a protocol error code for modifying a
multiply referenced object.
Diffstat (limited to 'lib/backupclient')
-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 528a8c94..ece772c0 100644
--- a/lib/backupclient/BackupStoreException.txt
+++ b/lib/backupclient/BackupStoreException.txt
@@ -69,3 +69,4 @@ IncompatibleFromAndDiffFiles 65 Attempt to use a diff and a from file together,
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.
+MultiplyReferencedObject 69 Attempted to modify an object with multiple references, should be uncloned first