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
メッセージ
Mutations that span multiple partitions are not supported. 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
DB-CORE-10026
メッセージ
An escape character must be a string of a single character or an empty string
DB-CORE-10027
メッセージ
The LIKE pattern must not be null
DB-CORE-10028
メッセージ
The LIKE pattern must not include only an escape character
DB-CORE-10029
メッセージ
The LIKE pattern must not end with an escape character
DB-CORE-10030
メッセージ
The column %s does not exist
DB-CORE-10031
メッセージ
This operation is not supported when getting records of a database without using an index
DB-CORE-10032
メッセージ
This operation is not supported when getting records of a database by using an index
DB-CORE-10033
メッセージ
This operation is not supported when scanning all the records of a database or scanning records of a database by using an index
DB-CORE-10034
メッセージ
This operation is supported only when scanning records of a database by using an index
DB-CORE-10035
メッセージ
This operation is not supported when scanning records of a database by using an index
DB-CORE-10037
メッセージ
This operation is supported only when no conditions are specified. If you want to modify a condition, please use clearConditions() to remove all existing conditions first
DB-CORE-10038
メッセージ
One or more columns must be specified.
DB-CORE-10039
メッセージ
One or more partition keys must be specified.
DB-CORE-10040
メッセージ
The column definition must be specified since %s is specified as a partition key
DB-CORE-10041
メッセージ
The column definition must be specified since %s is specified as a clustering key
DB-CORE-10042
メッセージ
Invalid ID specified. ID: %d
DB-CORE-10043
メッセージ
The transaction is not active. Status: %s
DB-CORE-10044
メッセージ
The transaction has already been committed or rolled back. Status: %s
DB-CORE-10045
メッセージ
The transaction has not been prepared. Status: %s
DB-CORE-10046
メッセージ
The transaction has not been prepared or validated. Status: %s
DB-CORE-10047
メッセージ
The transaction already exists
DB-CORE-10048
メッセージ
A transaction associated with the specified transaction ID is not found. The transaction might have expired
DB-CORE-10049
メッセージ
%s is the system namespace name
DB-CORE-10050
メッセージ
The namespace already exists. Namespace: %s
DB-CORE-10051
メッセージ
The namespace does not exist. Namespace: %s
DB-CORE-10052
メッセージ
The table already exists. Table: %s
DB-CORE-10053
メッセージ
The namespace is not empty. Namespace: %s; Tables in the namespace: %s
DB-CORE-10054
メッセージ
The column does not exist. Table: %s; Column: %s
DB-CORE-10055
メッセージ
The index already exists. Table: %s; Column: %s
DB-CORE-10056
メッセージ
The index does not exist. Table: %s; Column: %s
DB-CORE-10057
メッセージ
The column already exists. Table: %s; Column: %s
DB-CORE-10058
メッセージ
The operation does not have the target namespace or table name. Operation: %s
DB-CORE-10059
メッセージ
The specified value of the property '%s' is not a number. Value: %s
DB-CORE-10060
メッセージ
The specified value of the property '%s' is not a boolean. Value: %s
DB-CORE-10061
メッセージ
Reading the file failed. File: %s
DB-CORE-10062
メッセージ
The property 'scalar.db.cross_partition_scan.enabled' must be set to true to use cross-partition scan with filtering or ordering
DB-CORE-10063
メッセージ
This column value is out of range for BigInt. Value: %s
DB-CORE-10064
メッセージ
This type is not supported. Name: %s, Type: %s
DB-CORE-10065
メッセージ
Storage '%s' is not found
DB-CORE-10066
メッセージ
Transaction manager '%s' is not found