summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/bbstored/backupprotocol.txt1
-rw-r--r--lib/backupclient/BackupStoreException.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/bbstored/backupprotocol.txt b/bin/bbstored/backupprotocol.txt
index 3eca514a..011458e8 100644
--- a/bin/bbstored/backupprotocol.txt
+++ b/bin/bbstored/backupprotocol.txt
@@ -39,6 +39,7 @@ Error 0 IsError(Type,SubType) Reply
CONSTANT Err_DiffFromFileDoesNotExist 12
CONSTANT Err_DoesNotExistInDirectory 13
CONSTANT Err_PatchConsistencyError 14
+ CONSTANT Err_MultiplyReferencedObject 15
Version 1 Command(Version) Reply
int32 Version
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