ScalarDB Core エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、ScalarDB Core のエラーコードの一覧を示します。
エラーコードのクラスと説明
クラス | 説明 |
---|---|
DB-CORE-1xxxx | ユーザーエラーカテゴリのエラー |
DB-CORE-2xxxx | 同時実行エラーカテゴリのエラー |
DB-CORE-3xxxx | 内部エラーカテゴリのエラー |
DB-CORE-4xxxx | 不明なトランザクションステータスエラーカテゴリのエラー |
DB-CORE-1xxxx
ステータスコード
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
DB-CORE-10000
メッセージ
Only a single-column index is supported. Operation: %s
DB-CORE-10001
メッセージ
The column of the specified index key is not indexed. Operation: %s
DB-CORE-10002
メッセージ
The index key is not properly specified. Operation: %s
DB-CORE-10003
メッセージ
Clustering keys cannot be specified when using an index. Operation: %s
DB-CORE-10004
メッセージ
Orderings cannot be specified when using an index. Operation: %s
DB-CORE-10005
メッセージ
The limit cannot be negative. Operation: %s
DB-CORE-10006
メッセージ
Cross-partition scan is not enabled. Operation: %s
DB-CORE-10007
メッセージ
Cross-partition scan ordering is not enabled. Operation: %s
DB-CORE-10008
メッセージ
Cross-partition scan filtering is not enabled. Operation: %s
DB-CORE-10009
メッセージ
The specified projection is not found. Projection: %s, Operation: %s
DB-CORE-10010
メッセージ
The clustering key boundary is not properly specified. Operation: %s
DB-CORE-10011
メッセージ
The start clustering key is not properly specified. Operation: %s
DB-CORE-10012
メッセージ
The end clustering key is not properly specified. Operation: %s
DB-CORE-10013
メッセージ
Orderings are not properly specified. Operation: %s
DB-CORE-10014
メッセージ
The specified ordering column is not found. Ordering: %s, Operation: %s
DB-CORE-10015
メッセージ
The condition is not properly specified. Operation: %s
DB-CORE-10016
メッセージ
The table does not exist. Table: %s
DB-CORE-10017
メッセージ
The column value is not properly specified. Column: %s, Operation: %s
DB-CORE-10018
メッセージ
The mutations are empty
DB-CORE-10019
メッセージ
The storage does not support mutations across multiple partitions. Storage: %s; Mutations: %s
DB-CORE-10020
メッセージ
The partition key is not properly specified. Operation: %s
DB-CORE-10021
メッセージ
The clustering key is not properly specified. Operation: %s
DB-CORE-10022
メッセージ
The authentication and authorization feature is not enabled. To use this feature, you must enable it. Note that this feature is supported only in the ScalarDB Enterprise edition
DB-CORE-10023
メッセージ
This condition is not allowed for the PutIf operation. Condition: %s
DB-CORE-10024
メッセージ
This condition is not allowed for the DeleteIf operation. Condition: %s
DB-CORE-10025
メッセージ
Operator must be LIKE or NOT_LIKE. Operator: %s