summaryrefslogtreecommitdiff
path: root/lib/common/CommonException.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/CommonException.txt')
-rw-r--r--lib/common/CommonException.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common/CommonException.txt b/lib/common/CommonException.txt
index 05da2709..610ba1a8 100644
--- a/lib/common/CommonException.txt
+++ b/lib/common/CommonException.txt
@@ -55,3 +55,5 @@ DatabaseRecordAlreadyExists 47 The database already contains a record with this
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
+TimersNotInitialised 51 The timer framework should have been ready at this point
+InvalidConfiguration 52 Some required values are missing or incorrect in the configuration file.