ScalarDB Core エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、ScalarDB Core のエラーコードの一覧を示します。
エラーコードのクラスと説明
| クラス | 説明 |
|---|---|
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
メッセージ
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
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
CORE-10028
メッセージ
The LIKE pattern must not include only an escape character
CORE-10029
メッセージ
The LIKE pattern must not end with an escape character
CORE-10030
メッセージ
The column %s does not exist
CORE-10031
メッセージ
This operation is not supported when getting records of a database without using an index
CORE-10032
メッセージ
This operation is not supported when getting records of a database by using an index
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
CORE-10034
メッセージ
This operation is supported only when scanning records of a database by using an index
CORE-10035
メッセージ
This operation is not supported when scanning records of a database by using an index
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
CORE-10038
メッセージ
One or more columns must be specified.
CORE-10039
メッセージ
One or more partition keys must be specified.
CORE-10040
メッセージ
The column definition must be specified since %s is specified as a partition key
CORE-10041
メッセージ
The column definition must be specified since %s is specified as a clustering key
CORE-10042
メッセージ
Invalid ID specified. ID: %d
CORE-10043
メッセージ
The transaction is not active. Status: %s
CORE-10044
メッセージ
The transaction has already been committed or rolled back. Status: %s
CORE-10045
メッセージ
The transaction has not been prepared. Status: %s
CORE-10046
メッセージ
The transaction has not been prepared or validated. Status: %s
CORE-10047
メッセージ
The transaction already exists
CORE-10048
メッセージ
A transaction associated with the specified transaction ID is not found. The transaction might have expired
CORE-10049
メッセージ
%s is the system namespace name
CORE-10050
メッセージ
The namespace already exists. Namespace: %s
CORE-10051
メッセージ
The namespace does not exist. Namespace: %s
CORE-10052
メッセージ
The table already exists. Table: %s
CORE-10053
メッセージ
The namespace is not empty. Namespace: %s; Tables in the namespace: %s
CORE-10054
メッセージ
The column does not exist. Table: %s; Column: %s
CORE-10055
メッセージ
The index already exists. Table: %s; Column: %s
CORE-10056
メッセージ
The index does not exist. Table: %s; Column: %s
CORE-10057
メッセージ
The column already exists. Table: %s; Column: %s
CORE-10058
メッセージ
The operation does not have the target namespace or table name. Operation: %s
CORE-10059
メッセージ
The specified value of the property '%s' is not a number. Value: %s
CORE-10060
メッセージ
The specified value of the property '%s' is not a boolean. Value: %s
CORE-10061
メッセージ
Reading the file failed. File: %s
CORE-10062
メッセージ
The property 'scalar.db.cross_partition_scan.enabled' must be set to true to use cross-partition scan with filtering or ordering
CORE-10063
メッセージ
This column value is out of range for BigInt. Value: %s
CORE-10064
メッセージ
This type is not supported. Name: %s, Type: %s
CORE-10065
メッセージ
Storage '%s' is not found
CORE-10066
メッセージ
Transaction manager '%s' is not found
CORE-10068
メッセージ
Please use scan() for non-exact match selection. Operation: %s
CORE-10069
メッセージ
Import-related functionality is not supported in Cassandra
CORE-10070
メッセージ
The %s network strategy does not exist
CORE-10071
メッセージ
The property 'scalar.db.contact_port' must be greater than or equal to zero
CORE-10073
メッセージ
The BLOB type is not supported for clustering keys in Cosmos DB. Column: %s
CORE-10074
メッセージ
Import-related functionality is not supported in Cosmos DB
CORE-10075
メッセージ
The property 'scalar.db.contact_points' must not be empty
CORE-10076
メッセージ
Cosmos DB supports only EQ, NE, IS_NULL, and IS_NOT_NULL operations for the BLOB type in conditions. Mutation: %s
CORE-10077
メッセージ
The specified consistency level is not supported. Consistency level: %s
CORE-10078
メッセージ
0x00 bytes are not accepted in BLOB values in DESC order
CORE-10079
メッセージ
Cannot encode a Text value that contains '\u0000'
CORE-10081
メッセージ
An index column cannot be set to null or an empty value for Text or Blob in DynamoDB. Operation: %s
CORE-10082
メッセージ
DynamoDB supports only EQ, NE, IS_NULL, and IS_NOT_NULL operations for the BOOLEAN type in conditions. Mutation: %s
CORE-10083
メッセージ
Nested multi-storage definitions are not supported. Storage: %s
CORE-10084
メッセージ
Storage not found. Storage: %s
CORE-10085
メッセージ
The namespace name is not acceptable. Namespace: %s
CORE-10086
メッセージ
The table name is not acceptable. Table: %s
CORE-10087
メッセージ
Importing tables is not allowed in the RDB engine. RDB engine: %s
CORE-10088
メッセージ
The %s table must have a primary key
CORE-10089
メッセージ
The RDB engine is not supported. JDBC connection URL: %s
CORE-10090
メッセージ
Data type %s(%d) is not supported: %s
CORE-10091
メッセージ
Data type %s is not supported: %s
CORE-10092
メッセージ
Getting a transaction state is not supported in JDBC transactions
CORE-10093
メッセージ
Rolling back a transaction is not supported in JDBC transactions
CORE-10094
メッセージ
Coordinator tables already exist
CORE-10095
メッセージ
Coordinator tables do not exist
CORE-10096
メッセージ
The namespace %s is reserved. Any operations on this namespace are not allowed
CORE-10097
メッセージ
Mutating transaction metadata columns is not allowed. Table: %s; Column: %s
CORE-10098
メッセージ
A %s condition is not allowed on Put operations
CORE-10099
メッセージ
A %s condition is not allowed on Delete operations
CORE-10100
メッセージ
The condition is not allowed to target transaction metadata columns. Column: %s
CORE-10101
メッセージ
The column '%s' is reserved as transaction metadata
CORE-10102
メッセージ
Non-primary key columns with the 'before_' prefix, '%s', are reserved as transaction metadata
CORE-10103
メッセージ
Put cannot have a condition when the target record is unread and implicit pre-read is disabled. Please read the target record beforehand or enable implicit pre-read: %s
CORE-10104
メッセージ
Writing already-deleted data is not allowed
CORE-10105
メッセージ
Getting data neither in the read set nor the delete set is not allowed
CORE-10106
メッセージ
Reading already-written data is not allowed
CORE-10107
メッセージ
The transaction is not validated. When using the EXTRA_READ serializable strategy, you need to call validate() before calling commit()
CORE-10108
メッセージ
DynamoDB cannot batch more than 100 mutations at once
CORE-10109
メッセージ
The partition keys of the table %s.%s were modified, but altering partition keys is not supported
CORE-10110
メッセージ
The clustering keys of the table %s.%s were modified, but altering clustering keys is not supported
CORE-10111
メッセージ
The clustering ordering of the table %s.%s were modified, but altering clustering ordering is not supported
CORE-10112
メッセージ
The column %s of the table %s.%s has been deleted. Column deletion is not supported when altering a table
CORE-10113
メッセージ
The data type of the column %s of the table %s.%s was modified, but altering data types is not supported
CORE-10114
メッセージ
Specifying the '--schema-file' option is required when using the '--repair-all' option
CORE-10115
メッセージ
Specifying the '--schema-file' option is required when using the '--alter' option