ScalarDL TableStore エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、ScalarDL TableStore のエラーコードの一覧を示します。
エラーコードのクラスと説明
| クラス | 説明 |
|---|---|
DL-TABLE-STORE-4xxxx | ユーザーエラーカテゴリのエラー |
DL-TABLE-STORE-4xxxx ステータスコード
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
DL-TABLE-STORE-414001
メッセージ
Syntax error. Line=%d, Offset=%d, Length=%d, Code=%s
対処法
Fix the syntax error at the specified location in your query.
DL-TABLE-STORE-414002
メッセージ
Syntax error. The primary key column must be specified only once in a table.
対処法
Fix the primary key specification to specify each primary key column only once.
DL-TABLE-STORE-414003
メッセージ
Syntax error. The specified column constraint is invalid.
対処法
Fix the column constraints to use valid syntax.
DL-TABLE-STORE-414004
メッセージ
Syntax error. The specified data type is invalid.
対処法
Fix the data type to use a valid type.
DL-TABLE-STORE-414005
メッセージ
Syntax error. The specified INSERT statement is invalid.
対処法
Fix the syntax error in the INSERT statement.
DL-TABLE-STORE-414006
メッセージ
Syntax error. The specified statement is invalid.
対処法
Fix the syntax error in the statement.
DL-TABLE-STORE-414007
メッセージ
Syntax error. The specified expression is invalid. Expression: %s
対処法
Fix the syntax error in the expression.
DL-TABLE-STORE-414008
メッセージ
Syntax error. The specified literal is invalid. Literal: %s
対処法
Fix the syntax error in the literal.
DL-TABLE-STORE-414009
メッセージ
Syntax error. The specified format of the update target column is invalid.
対処法
Fix the update target column format to use valid syntax.
DL-TABLE-STORE-414010
メッセージ
Syntax error. The specified table is invalid. Table: %s
対処法
Fix the syntax error in the table specification.
DL-TABLE-STORE-414011
メッセージ
Syntax error. The specified column is invalid. Column: %s
対処法
Fix the syntax error in the column specification.
DL-TABLE-STORE-414012
メッセージ
Syntax error. The specified condition is invalid. Condition: %s
対処法
Fix the syntax error in the condition.
DL-TABLE-STORE-414013
メッセージ
Syntax error. The specified JOIN condition is invalid. Condition: %s
対処法
Fix the syntax error in the JOIN condition.
DL-TABLE-STORE-414014
メッセージ
Syntax error. The specified JOIN type is invalid.
対処法
Fix the syntax error in the JOIN type.
DL-TABLE-STORE-414015
メッセージ
Syntax error. The specified projection is invalid. Projection: %s
対処法
Fix the syntax error in the projection.
DL-TABLE-STORE-414016
メッセージ
Syntax error. The specified LIMIT clause is invalid.
対処法
Fix the syntax error in the LIMIT clause.
DL-TABLE-STORE-414017
メッセージ
Syntax error. The specified SELECT statement is invalid.
対処法
Fix the syntax error in the SELECT statement.
DL-TABLE-STORE-414018
メッセージ
Syntax error. The specified WITH clause is not supported.
対処法
Remove the WITH clause from your query as it is not supported.
DL-TABLE-STORE-414019
メッセージ
Syntax error. The specified ORDER BY clause is not supported.
対処法
Remove the ORDER BY clause from your query as it is not supported.
DL-TABLE-STORE-414020
メッセージ
Syntax error. The specified OFFSET clause is not supported.
対処法
Remove the OFFSET clause from your query as it is not supported.
DL-TABLE-STORE-414021
メッセージ
Syntax error. The specified LET clause is not supported.
対処法
Remove the LET clause from your query as it is not supported.
DL-TABLE-STORE-414022
メッセージ
Syntax error. The specified EXCLUDE clause is not supported.
対処法
Remove the EXCLUDE clause from your query as it is not supported.