mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fixed ErrorCodes, part 7
This commit is contained in:
parent
425ed714eb
commit
d8885cb5d3
@ -84,14 +84,12 @@ namespace DB
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int NOT_ENOUGH_SPACE;
|
||||
extern const int NO_SUCH_DATA_PART;
|
||||
extern const int TABLE_DIFFERS_TOO_MUCH;
|
||||
extern const int NOT_IMPLEMENTED;
|
||||
extern const int DIRECTORY_ALREADY_EXISTS;
|
||||
extern const int TOO_MANY_UNEXPECTED_DATA_PARTS;
|
||||
extern const int DUPLICATE_DATA_PART;
|
||||
extern const int UNKNOWN_DISK;
|
||||
extern const int NO_SUCH_COLUMN_IN_TABLE;
|
||||
extern const int LOGICAL_ERROR;
|
||||
extern const int ILLEGAL_COLUMN;
|
||||
|
Loading…
Reference in New Issue
Block a user