This commit is contained in:
Alexander Kuzmenkov 2020-06-03 17:17:41 +03:00
parent 91b1d381bb
commit 1c33918f07

View File

@ -15,6 +15,7 @@ namespace ErrorCodes
extern const int ACCESS_ENTITY_ALREADY_EXISTS;
extern const int ACCESS_ENTITY_NOT_FOUND;
extern const int ACCESS_STORAGE_READONLY;
extern const int LOGICAL_ERROR;
}