summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/CommonException.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common/CommonException.txt b/lib/common/CommonException.txt
index 3daad1f8..05da2709 100644
--- a/lib/common/CommonException.txt
+++ b/lib/common/CommonException.txt
@@ -52,3 +52,6 @@ DatabaseDeleteFailed 44 Failed to delete a record from the database file
DatabaseCloseFailed 45 Failed to close the database file
DatabaseRecordNotFound 46 The database does not contain the expected record
DatabaseRecordAlreadyExists 47 The database already contains a record with this key, which was not expected
+DatabaseRecordBadSize 48 The database contains a record with an invalid size
+DatabaseIterateFailed 49 Failed to iterate over the database keys
+ReferenceNotFound 50 The database does not contain an expected reference