From 63895eb8b5e6ab148fa3480fdc28cc68c59dae98 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 18 Mar 2010 21:39:53 +0000 Subject: Add new exception codes for database errors. --- lib/common/CommonException.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/common/CommonException.txt') 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 -- cgit v1.2.3