diff --git a/dbms/src/Common/ErrorCodes.cpp b/dbms/src/Common/ErrorCodes.cpp index 8ced7b75516a5c7ef5c186322fd35923c9304c87..6db3816e670bb7f0ba3104bd20edbeb00f1cc8a6 100644 --- a/dbms/src/Common/ErrorCodes.cpp +++ b/dbms/src/Common/ErrorCodes.cpp @@ -466,6 +466,7 @@ namespace ErrorCodes extern const int INCORRECT_DICTIONARY_DEFINITION = 489; extern const int UNACCEPTABLE_URL = 490; + extern const int KEEPER_EXCEPTION = 999; extern const int POCO_EXCEPTION = 1000; extern const int STD_EXCEPTION = 1001;