Update ErrorCodes.cpp

This commit is contained in:
Mikhail Korotov 2019-10-29 14:39:57 +03:00 committed by GitHub
parent 09847b21f2
commit 57f6780136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -459,7 +459,12 @@ namespace ErrorCodes
extern const int DICTIONARY_ACCESS_DENIED = 482; extern const int DICTIONARY_ACCESS_DENIED = 482;
extern const int TOO_MANY_REDIRECTS = 483; extern const int TOO_MANY_REDIRECTS = 483;
extern const int INTERNAL_REDIS_ERROR = 484; extern const int INTERNAL_REDIS_ERROR = 484;
extern const int UNACCEPTABLE_URL = 485; extern const int SCALAR_ALREADY_EXISTS = 485;
extern const int UNKNOWN_SCALAR = 486;
extern const int CANNOT_GET_CREATE_DICTIONARY_QUERY = 487;
extern const int UNKNOWN_DICTIONARY = 488;
extern const int INCORRECT_DICTIONARY_DEFINITION = 489;
extern const int UNACCEPTABLE_URL = 490;
extern const int KEEPER_EXCEPTION = 999; extern const int KEEPER_EXCEPTION = 999;
extern const int POCO_EXCEPTION = 1000; extern const int POCO_EXCEPTION = 1000;