summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreException.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-08-29 08:46:35 +0000
committerChris Wilson <chris+github@qwirx.com>2015-08-29 08:46:35 +0000
commitd7c6a65bc1a534dfb7e8264064bdf04c5862464d (patch)
tree3218ad03ded7d7db7c29c72f07a9ef320a8dc93c /lib/backupstore/BackupStoreException.txt
parentace361b403a3308d3c94f05c3b099e3feabeb0fd (diff)
Fix check for existing BackupStoreInfo file on S3 stores
Diffstat (limited to 'lib/backupstore/BackupStoreException.txt')
-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 40232a8e..efdbcf68 100644
--- a/lib/backupstore/BackupStoreException.txt
+++ b/lib/backupstore/BackupStoreException.txt
@@ -73,3 +73,4 @@ MultiplyReferencedObject 69 Attempted to modify an object with multiple referenc
CorruptReferenceCountDatabase 70 The account's refcount database is corrupt and must be rebuilt by housekeeping.
CancelledByBackgroundTask 71 The current task was cancelled on request by the background task.
ObjectDoesNotExist 72 The specified object ID does not exist in the store.
+AccountAlreadyExists 73 Tried to create an account that already exists.