ScalarDB Core Error Codes
This page provides a list of error codes in ScalarDB Core.
Error code classes and descriptions​
| 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 |
CORE-1xxxx status codes​
The following are status codes and messages for the user error category.
CORE-10000​
Message
Only a single-column index is supported. Operation: %s
CORE-10001​
Message
The column of the specified index key is not indexed. Operation: %s
CORE-10002​
Message
The index key is not properly specified. Operation: %s
CORE-10003​
Message
Clustering keys cannot be specified when using an index. Operation: %s
CORE-10004​
Message
Orderings cannot be specified when using an index. Operation: %s
CORE-10005​
Message
The limit cannot be negative. Operation: %s
CORE-10006​
Message
Cross-partition scan is not enabled. Operation: %s
CORE-10007​
Message
Cross-partition scan ordering is not enabled. Operation: %s
CORE-10008​
Message
Cross-partition scan filtering is not enabled. Operation: %s
CORE-10009​
Message
The specified projection is not found. Projection: %s, Operation: %s
CORE-10010​
Message
The clustering key boundary is not properly specified. Operation: %s
CORE-10011​
Message
The start clustering key is not properly specified. Operation: %s
CORE-10012​
Message
The end clustering key is not properly specified. Operation: %s
CORE-10013​
Message
Orderings are not properly specified. Operation: %s
CORE-10014​
Message
The specified ordering column is not found. Ordering: %s, Operation: %s
CORE-10015​
Message
The condition is not properly specified. Operation: %s
CORE-10016​
Message
The table does not exist. Table: %s
CORE-10017​
Message
The column value is not properly specified. Column: %s, Operation: %s
CORE-10018​
Message
The mutations are empty