diff --git a/dbms/src/Common/ErrorCodes.cpp b/dbms/src/Common/ErrorCodes.cpp index 6bd454152a7ee6e040ebace9e85435bf7b18f364..718fc0cbf89156a695c32fe065c600dd85b0bfbe 100644 --- a/dbms/src/Common/ErrorCodes.cpp +++ b/dbms/src/Common/ErrorCodes.cpp @@ -469,7 +469,7 @@ namespace ErrorCodes extern const int ACCESS_ENTITY_FOUND_DUPLICATES = 494; extern const int ACCESS_ENTITY_STORAGE_READONLY = 495; extern const int QUOTA_REQUIRES_CLIENT_KEY = 496; - extern const int NOT_ENOUGH_PRIVILEGES = 497; + extern const int ACCESS_DENIED = 497; extern const int LIMIT_BY_WITH_TIES_IS_NOT_SUPPORTED = 498; extern const int S3_ERROR = 499; extern const int CANNOT_CREATE_DATABASE = 501;