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