summaryrefslogtreecommitdiff
path: root/lib/common/CommonException.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-03-18 21:39:53 +0000
committerChris Wilson <chris+github@qwirx.com>2010-03-18 21:39:53 +0000
commit63895eb8b5e6ab148fa3480fdc28cc68c59dae98 (patch)
treef856c0fb0060fff94a240a5a4340d30ef8bf8d64 /lib/common/CommonException.txt
parenta34f95d6ad550d6ac6664c12bad3923d55766f9f (diff)
Add new exception codes for database errors.
Diffstat (limited to 'lib/common/CommonException.txt')
-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