ScalarDB SQL エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、ScalarDB SQL のエラーコードの一覧を示します。
エラーコードのクラスと説明
| クラス | 説明 |
|---|---|
DB-SQL-1xxxx | ユーザーエラーカテゴリのエラー |
DB-SQL-1xxxx ステータスコード
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
DB-SQL-10000
メッセージ
The namespace does not exist. Namespace: %s
DB-SQL-10001
メッセージ
The table does not exist. Table: %s
DB-SQL-10002
メッセージ
The column %s does not exist
DB-SQL-10003
メッセージ
The column does not exist. Table: %s; Column: %s
DB-SQL-10004
メッセージ
The column index is out of bounds. Index: %d; Size: %d
DB-SQL-10005
メッセージ
A positional bind marker is not allowed when binding named values
DB-SQL-10006
メッセージ
A named bind marker is not allowed when binding positional values
DB-SQL-10007
メッセージ
Cannot convert BLOB values to SQL. Please use a bind marker for a BLOB value and bind it separately
DB-SQL-10008
メッセージ
No namespace name has been specified. Set a default namespace name, or explicitly specify a namespace name
DB-SQL-10009
メッセージ
Zero bytes may not occur in string parameters
DB-SQL-10010
メッセージ
Mixing positional values and named values is not allowed
DB-SQL-10011
メッセージ
Preparing a transaction is supported only in two-phase commit transaction mode
DB-SQL-10012
メッセージ
Validating a transaction is supported only in two-phase commit transaction mode
DB-SQL-10013
メッセージ
The previous transaction is still in progress. Commit, roll back, or suspend the previous transaction first
DB-SQL-10014
メッセージ
This SQL session has already been closed
DB-SQL-10015
メッセージ
A transaction has not begun