メインコンテンツまでスキップ
バージョン: 3.13

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.

DL-TABLE-STORE-414023

メッセージ

Syntax error. The specified GROUP BY clause is not supported.

対処法

Remove the GROUP BY clause from your query as it is not supported.

DL-TABLE-STORE-414024

メッセージ

Syntax error. The specified HAVING clause is not supported.

対処法

Remove the HAVING clause from your query as it is not supported.

DL-TABLE-STORE-414025

メッセージ

Syntax error. The cross join and implicit join using comma-separated tables are not supported. Use a JOIN clause instead.

対処法

Use a JOIN clause instead of cross join or comma-separated tables.

DL-TABLE-STORE-414026

メッセージ

Syntax error. The specified set quantifier is not supported.

対処法

Remove the set quantifier from your query as it is not supported.

DL-TABLE-STORE-414027

メッセージ

The LIMIT clause is not supported except in the history query.

対処法

Remove the LIMIT clause from your query or use it only in history queries.

DL-TABLE-STORE-414028

メッセージ

The table alias is not supported in the information schema and history query.

対処法

Remove the table alias from your information schema or history query.

DL-TABLE-STORE-414029

メッセージ

Projection is not supported for the information schema query. Specify '*' instead.

対処法

Use '*' instead of specific column projections in your information schema query.

DL-TABLE-STORE-414030

メッセージ

The specified condition for the information schema query is invalid.

対処法

Fix the condition in your information schema query to use valid syntax and supported operators.

DL-TABLE-STORE-414031

メッセージ

Multiple statements are not supported.

対処法

Execute one statement at a time instead of multiple statements in a single request.