summaryrefslogtreecommitdiffstats
path: root/src/Common/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Exception.h')
-rw-r--r--src/Common/Exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Exception.h b/src/Common/Exception.h
index 9862f9b..7b86fbd 100644
--- a/src/Common/Exception.h
+++ b/src/Common/Exception.h
@@ -28,7 +28,7 @@ namespace Common {
class Exception {
public:
enum ErrorCode {
- SUCCESS = 0x0000, UNEXPECTED_PACKET = 0x0001, INVALID_ACTION = 0x0002, NOT_AVAILABLE = 0x0003, NOT_FINISHED = 0x0004,
+ SUCCESS = 0x0000, UNEXPECTED_PACKET = 0x0001, INVALID_ACTION = 0x0002, NOT_AVAILABLE = 0x0003, NOT_FINISHED = 0x0004, NOT_IMPLEMENTED = 0x0005,
INTERNAL_ERRNO = 0x0010, INTERNAL_GNUTLS = 0x0011,
INVALID_ADDRESS = 0x0020,
ALREADY_IDENTIFIED = 0x0030, UNKNOWN_DAEMON = 0x0031