tags | displayed_sidebar | |||
---|---|---|---|---|
|
docsEnglish |
This page provides a list of error codes in ScalarDB Core.
Class | Description |
---|---|
CORE-1xxxx |
Errors for the user error category |
CORE-2xxxx |
Errors for the concurrency error category |
CORE-3xxxx |
Errors for the internal error category |
CORE-4xxxx |
Errors for the unknown transaction status error category |
Message
Only a single-column index is supported. Operation: %s
Message
The column of the specified index key is not indexed. Operation: %s
Message
The index key is not properly specified. Operation: %s
Message
Clustering keys cannot be specified when using an index. Operation: %s
Message
Orderings cannot be specified when using an index. Operation: %s
Message
The limit cannot be negative. Operation: %s
Message
Cross-partition scan is not enabled. Operation: %s
Message
Cross-partition scan ordering is not enabled. Operation: %s
Message
Cross-partition scan filtering is not enabled. Operation: %s
Message
The specified projection is not found. Projection: %s, Operation: %s
Message
The clustering key boundary is not properly specified. Operation: %s
Message
The start clustering key is not properly specified. Operation: %s
Message
The end clustering key is not properly specified. Operation: %s
Message
Orderings are not properly specified. Operation: %s
Message
The specified ordering column is not found. Ordering: %s, Operation: %s
Message
The condition is not properly specified. Operation: %s
Message
The table does not exist. Table: %s
Message
The column value is not properly specified. Column: %s, Operation: %s
Message
The mutations are empty
Message
Mutations that span multiple partitions are not supported. Mutations: %s
Message
The partition key is not properly specified. Operation: %s
Message
The clustering key is not properly specified. Operation: %s
Message
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
Message
This condition is not allowed for the PutIf operation. Condition: %s
Message
This condition is not allowed for the DeleteIf operation. Condition: %s
Message
Operator must be LIKE or NOT_LIKE. Operator: %s
Message
An escape character must be a string of a single character or an empty string
Message
The LIKE pattern must not be null
Message
The LIKE pattern must not include only an escape character
Message
The LIKE pattern must not end with an escape character
Message
The column %s does not exist
Message
This operation is not supported when getting records of a database without using an index
Message
This operation is not supported when getting records of a database by using an index
Message
This operation is not supported when scanning all the records of a database or scanning records of a database by using an index
Message
This operation is supported only when scanning records of a database by using an index
Message
This operation is not supported when scanning records of a database by using an index
Message
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
Message
One or more columns must be specified.
Message
One or more partition keys must be specified.
Message
The column definition must be specified since %s is specified as a partition key
Message
The column definition must be specified since %s is specified as a clustering key
Message
Invalid ID specified. ID: %d
Message
The transaction is not active. Status: %s
Message
The transaction has already been committed or rolled back. Status: %s
Message
The transaction has not been prepared. Status: %s
Message
The transaction has not been prepared or validated. Status: %s
Message
The transaction already exists
Message
A transaction associated with the specified transaction ID is not found. The transaction might have expired
Message
%s is the system namespace name
Message
The namespace already exists. Namespace: %s
Message
The namespace does not exist. Namespace: %s
Message
The table already exists. Table: %s
Message
The namespace is not empty. Namespace: %s; Tables in the namespace: %s
Message
The column does not exist. Table: %s; Column: %s
Message
The index already exists. Table: %s; Column: %s
Message
The index does not exist. Table: %s; Column: %s
Message
The column already exists. Table: %s; Column: %s
Message
The operation does not have the target namespace or table name. Operation: %s
Message
The specified value of the property '%s' is not a number. Value: %s
Message
The specified value of the property '%s' is not a boolean. Value: %s
Message
Reading the file failed. File: %s
Message
The property 'scalar.db.cross_partition_scan.enabled' must be set to true to use cross-partition scan with filtering or ordering
Message
This column value is out of range for BigInt. Value: %s
Message
This type is not supported. Name: %s, Type: %s
Message
Storage '%s' is not found
Message
Transaction manager '%s' is not found
Message
Please use scan() for non-exact match selection. Operation: %s
Message
Import-related functionality is not supported in Cassandra
Message
The %s network strategy does not exist
Message
The property 'scalar.db.contact_port' must be greater than or equal to zero
Message
The BLOB type is not supported for clustering keys in Cosmos DB. Column: %s
Message
Import-related functionality is not supported in Cosmos DB
Message
The property 'scalar.db.contact_points' must not be empty
Message
Cosmos DB supports only EQ, NE, IS_NULL, and IS_NOT_NULL operations for the BLOB type in conditions. Mutation: %s
Message
The specified consistency level is not supported. Consistency level: %s
Message
0x00 bytes are not accepted in BLOB values in DESC order
Message
Cannot encode a Text value that contains '\u0000'
Message
An index column cannot be set to null or an empty value for Text or Blob in DynamoDB. Operation: %s
Message
DynamoDB supports only EQ, NE, IS_NULL, and IS_NOT_NULL operations for the BOOLEAN type in conditions. Mutation: %s
Message
Nested multi-storage definitions are not supported. Storage: %s
Message
Storage not found. Storage: %s
Message
The namespace name is not acceptable. Namespace: %s
Message
The table name is not acceptable. Table: %s
Message
Importing tables is not allowed in the RDB engine. RDB engine: %s
Message
The %s table must have a primary key
Message
The RDB engine is not supported. JDBC connection URL: %s
Message
Data type %s(%d) is not supported: %s
Message
Data type %s is not supported: %s
Message
Getting a transaction state is not supported in JDBC transactions
Message
Rolling back a transaction is not supported in JDBC transactions
Message
Coordinator tables already exist
Message
Coordinator tables do not exist
Message
The namespace %s is reserved. Any operations on this namespace are not allowed
Message
Mutating transaction metadata columns is not allowed. Table: %s; Column: %s
Message
A %s condition is not allowed on Put operations
Message
A %s condition is not allowed on Delete operations
Message
The condition is not allowed to target transaction metadata columns. Column: %s
Message
The column '%s' is reserved as transaction metadata
Message
Non-primary key columns with the 'before_' prefix, '%s', are reserved as transaction metadata
Message
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
Message
Writing already-deleted data is not allowed
Message
Getting data neither in the read set nor the delete set is not allowed
Message
Reading already-written data is not allowed
Message
The transaction is not validated. When using the EXTRA_READ serializable strategy, you need to call validate() before calling commit()
Message
DynamoDB cannot batch more than 100 mutations at once
Message
The partition keys of the table %s.%s were modified, but altering partition keys is not supported
Message
The clustering keys of the table %s.%s were modified, but altering clustering keys is not supported
Message
The clustering ordering of the table %s.%s were modified, but altering clustering ordering is not supported
Message
The column %s of the table %s.%s has been deleted. Column deletion is not supported when altering a table
Message
The data type of the column %s of the table %s.%s was modified, but altering data types is not supported
Message
Specifying the '--schema-file' option is required when using the '--repair-all' option
Message
Specifying the '--schema-file' option is required when using the '--alter' option
Message
Specifying the '--schema-file' option is required when using the '--import' option
Message
Specifying the '--coordinator' option with the '--import' option is not allowed. Create Coordinator tables separately
Message
Reading the configuration file failed. File: %s
Message
Reading the schema file failed. File: %s
Message
Parsing the schema JSON failed. Details: %s
Message
The table name must contain the namespace and the table. Table: %s
Message
The partition key must be specified. Table: %s
Message
Invalid clustering-key format. The clustering key must be in the format of 'column_name' or 'column_name ASC/DESC'. Table: %s; Clustering key: %s
Message
Columns must be specified. Table: %s
Message
Invalid column type. Table: %s; Column: %s; Type: %s
Message
The mutation type is not supported. Only the Put or Delete type is supported. Mutation: %s
Message
This condition is not allowed for the UpdateIf operation. Condition: %s
Message
Cross-partition scan with ordering is not supported in Cassandra
Message
Cross-partition scan with ordering is not supported in Cosmos DB
Message
Cross-partition scan with ordering is not supported in DynamoDB
Message
The directory '%s' does not have write permissions. Please ensure that the current user has write access to the directory.
Message
Failed to create the directory '%s'. Please check if you have sufficient permissions and if there are any file system restrictions. Details: %s
Message
Directory path cannot be null or empty.
Message
No file extension was found on the provided file name %s.
Message
Invalid file extension: %s. Allowed extensions are: %s
Message
Getting a transaction state is not supported in single CRUD operation transactions
Message
Rolling back a transaction is not supported in single CRUD operation transactions
Message
Multiple mutations are not supported in single CRUD operation transactions
Message
Beginning a transaction is not allowed in single CRUD operation transactions
Message
Resuming a transaction is not allowed in single CRUD operation transactions
Message
Using the group commit feature on the Coordinator table with a two-phase commit interface is not allowed
Message
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
Message
The value of the column %s in the primary key contains an illegal character. Primary-key columns must not contain any of the following characters in Cosmos DB: ':', '/', '\', '#', '?'. Value: %s
Message
Inserting already-written data is not allowed
Message
Deleting already-inserted data is not allowed
Message
Invalid key: Column %s does not exist in the table %s in namespace %s.
Message
Invalid base64 encoding for blob value for column %s in table %s in namespace %s
Message
Invalid number specified for column %s in table %s in namespace %s
Message
Method null argument not allowed
Message
No mutation was applied
Message
Logging failed in the batch
Message
The operation failed in the batch with type %s
Message
An error occurred in the batch. Details: %s
Message
A Paxos phase in the CAS operation failed
Message
The learn phase in the CAS operation failed
Message
A simple write operation failed
Message
An error occurred in the mutation. Details: %s
Message
A RetryWith error occurred in the mutation. Details: %s
Message
A transaction conflict occurred in the mutation. Details: %s
Message
A transaction conflict occurred in the mutation. Details: %s
Message
A conflict occurred. Please try restarting the transaction. Details: %s
Message
The %s condition of the %s operation is not satisfied. Targeting column(s): %s
Message
The record being prepared already exists
Message
A conflict occurred when preparing records
Message
The committing state in the coordinator failed. The transaction has been aborted
Message
A conflict occurred during implicit pre-read
Message
This record needs to be recovered
Message
The record does not exist, so the %s condition is not satisfied
Message
The record exists, so the %s condition is not satisfied
Message
The condition on the column '%s' is not satisfied
Message
Reading empty records might cause a write skew anomaly, so the transaction has been aborted for safety purposes
Message
An anti-dependency was found. The transaction has been aborted
Message
A transaction conflict occurred in the Insert operation
Message
The %s condition of the %s operation is not satisfied. Targeting column(s): %s
Message
A transaction conflict occurred in the Insert operation
Message
Creating the namespace failed. Namespace: %s
Message
Dropping the namespace failed. Namespace: %s
Message
Creating the table failed. Table: %s
Message
Dropping the table failed. Table: %s
Message
Truncating the table failed. Table: %s
Message
Creating the index failed. Table: %s, Column: %s
Message
Dropping the index failed. Table: %s, Column: %s
Message
Getting the table metadata failed. Table: %s
Message
Getting the table names in the namespace failed. Namespace: %s
Message
Checking the namespace existence failed. Namespace: %s
Message
Checking the table existence failed. Table: %s
Message
Checking the index existence failed. Table: %s; Column: %s
Message
Repairing the namespace failed. Namespace: %s
Message
Repairing the table failed. Table: %s
Message
Adding a new column to the table failed. Table: %s; Column: %s; ColumnType: %s
Message
Getting the namespace names failed
Message
Getting the table metadata of the table being imported failed. Table: %s
Message
Importing the table failed. Table: %s
Message
Adding the raw column to the table failed. Table: %s; Column: %s; ColumnType: %s
Message
Upgrading the ScalarDB environment failed
Message
Something wrong because WriteType is neither CAS nor SIMPLE
Message
An error occurred in the selection. Details: %s
Message
An error occurred in the mutation. Details: %s
Message
An error occurred in the selection. Details: %s
Message
An error occurred in the mutation. Details: %s
Message
An error occurred in the selection. Details: %s
Message
An error occurred in the mutation. Details: %s
Message
An error occurred in the selection. Details: %s
Message
Fetching the next result failed
Message
Rolling back the transaction failed. Details: %s
Message
Committing the transaction failed. Details: %s
Message
The Get operation failed. Details: %s
Message
The Scan operation failed. Details: %s
Message
The Put operation failed. Details: %s
Message
The Delete operation failed. Details: %s
Message
Beginning a transaction failed. Details: %s
Message
Preparing records failed
Message
Validation failed
Message
Executing implicit pre-read failed
Message
Reading a record from the underlying storage failed
Message
Scanning records from the underlying storage failed
Message
Rollback failed because the transaction has already been committed
Message
Rollback failed
Message
The Insert operation failed. Details: %s
Message
The Upsert operation failed. Details: %s
Message
The Update operation failed. Details: %s
Message
Rolling back the transaction failed. Details: %s
Message
Committing state failed with NoMutationException, but the coordinator status does not exist
Message
The state cannot be retrieved
Message
The coordinator status is unknown
Message
Aborting state failed with NoMutationException, but the coordinator status does not exist