summaryrefslogtreecommitdiffstats
path: root/src/Core/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Exception.h')
-rw-r--r--src/Core/Exception.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Core/Exception.h b/src/Core/Exception.h
index 4d58190..ffbb59c 100644
--- a/src/Core/Exception.h
+++ b/src/Core/Exception.h
@@ -32,7 +32,8 @@ class Exception {
NOT_FOUND = 0x0006,
INTERNAL_ERRNO = 0x0010,
INVALID_ADDRESS = 0x0020,
- ALREADY_IDENTIFIED = 0x0030, UNKNOWN_DAEMON = 0x0031
+ ALREADY_IDENTIFIED = 0x0030, UNKNOWN_DAEMON = 0x0031,
+ DUPLICATE_ENTRY = 0x0040,
};
private: