ScalarDL TableStore Error Codes
This page provides a list of error codes in ScalarDL TableStore.
Error code classes and descriptions​
| Class | Description |
|---|---|
DL-TABLE-STORE-4xxxx | Errors for the user error category |
DL-TABLE-STORE-4xxxx status codes​
The following are status codes and messages for the user error category.
DL-TABLE-STORE-414001​
Message
Syntax error. Line=%d, Offset=%d, Length=%d, Code=%s
DL-TABLE-STORE-414002​
Message
Syntax error. The primary key column must be specified only once in a table.
DL-TABLE-STORE-414003​
Message
Syntax error. The specified column constraint is invalid.
DL-TABLE-STORE-414004​
Message
Syntax error. The specified data type is invalid.
DL-TABLE-STORE-414005​
Message
Syntax error. The specified INSERT statement is invalid.
DL-TABLE-STORE-414006​
Message
Syntax error. The specified statement is invalid.
DL-TABLE-STORE-414007​
Message
Syntax error. The specified expression is invalid. Expression: %s
DL-TABLE-STORE-414008​
Message
Syntax error. The specified literal is invalid. Literal: %s
DL-TABLE-STORE-414009​
Message
Syntax error. The specified format of the update target column is invalid.
DL-TABLE-STORE-414010​
Message
Syntax error. The specified table is invalid. Table: %s
DL-TABLE-STORE-414011​
Message
Syntax error. The specified column is invalid. Column: %s
DL-TABLE-STORE-414012​
Message
Syntax error. The specified condition is invalid. Condition: %s
DL-TABLE-STORE-414013​
Message
Syntax error. The specified JOIN condition is invalid. Condition: %s
DL-TABLE-STORE-414014​
Message
Syntax error. The specified JOIN type is invalid.
DL-TABLE-STORE-414015​
Message
Syntax error. The specified projection is invalid. Projection: %s
DL-TABLE-STORE-414016​
Message
Syntax error. The specified LIMIT clause is invalid.
DL-TABLE-STORE-414017​
Message
Syntax error. The specified SELECT statement is invalid.
DL-TABLE-STORE-414018​
Message
Syntax error. The specified WITH clause is not supported.
DL-TABLE-STORE-414019​
Message
Syntax error. The specified ORDER BY clause is not supported.
DL-TABLE-STORE-414020​
Message
Syntax error. The specified OFFSET clause is not supported.
DL-TABLE-STORE-414021​
Message
Syntax error. The specified LET clause is not supported.
DL-TABLE-STORE-414022​
Message
Syntax error. The specified EXCLUDE clause is not supported.
DL-TABLE-STORE-414023​
Message
Syntax error. The specified GROUP BY clause is not supported.
DL-TABLE-STORE-414024​
Message
Syntax error. The specified HAVING clause is not supported.
DL-TABLE-STORE-414025​
Message
Syntax error. The cross join and implicit join using comma-separated tables are not supported. Use a JOIN clause instead.
DL-TABLE-STORE-414026​
Message
Syntax error. The specified set quantifier is not supported.
DL-TABLE-STORE-414027​
Message
The LIMIT clause is not supported except in the history query.
DL-TABLE-STORE-414028​
Message
The table alias is not supported in the information schema and history query.
DL-TABLE-STORE-414029​
Message
Projection is not supported for the information schema query. Specify '*' instead.
DL-TABLE-STORE-414030​
Message
The specified condition for the information schema query is invalid.
DL-TABLE-STORE-414031​
Message
Multiple statements are not supported.