ScalarDB Cluster Error Codes
This page provides a list of error codes in ScalarDB Cluster.
Error code classes and descriptions​
| Class | Description |
|---|---|
CLUSTER-1xxxx | Errors for the user error category |
CLUSTER-2xxxx | Errors for the concurrency error category |
CLUSTER-3xxxx | Errors for the internal error category |
CLUSTER-1xxxx status codes​
The following are status codes and messages for the user error category.
CLUSTER-10000​
Message
The namespace does not exist. Namespace: %s
CLUSTER-10001​
Message
The table does not exist. Table: %s
CLUSTER-10002​
Message
The user does not exist. User: %s
CLUSTER-10003​
Message
ClusterConfig is not specified
CLUSTER-10004​
Message
The get type is unspecified
CLUSTER-10005​
Message
The get type is unrecognized
CLUSTER-10006​
Message
The value of the column is not set. Column: %s
CLUSTER-10007​
Message
The scan type is unspecified
CLUSTER-10008​
Message
The scan type is unrecognized
CLUSTER-10009​
Message
The order is unspecified
CLUSTER-10010​
Message
The order is unrecognized
CLUSTER-10011​
Message
The clustering order is unspecified
CLUSTER-10012​
Message
The clustering order is unrecognized
CLUSTER-10013​
Message
The put condition type is unspecified
CLUSTER-10014​
Message
The put condition type is unrecognized
CLUSTER-10015​
Message
The delete condition type is unspecified
CLUSTER-10016​
Message
The delete condition type is unrecognized
CLUSTER-10017​
Message
The operator is unspecified
CLUSTER-10018​
Message
The operator is unrecognized
CLUSTER-10019​
Message
The mutation is not set
CLUSTER-10020​
Message
The data type is unspecified
CLUSTER-10021​
Message
The data type is unrecognized
CLUSTER-10022​
Message
The user option is unspecified
CLUSTER-10023​
Message
The user option is unrecognized
CLUSTER-10024​
Message
The privilege is unspecified
CLUSTER-10025​
Message
The privilege is unrecognized
CLUSTER-10026​
Message
The username is not set
CLUSTER-10027​
Message
This feature is not supported in ScalarDB Cluster
CLUSTER-10028​
Message
The property 'scalar.db.contact_points' must not be empty
CLUSTER-10029​
Message
The property 'scalar.db.contact_points' must be prefixed with 'indirect:' or 'direct-kubernetes:'
CLUSTER-10030​
Message
The format of the property 'scalar.db.contact_points' for direct-kubernetes client mode is 'direct-kubernetes:<NAMESPACE_NAME>/<ENDPOINT_NAME>' or 'direct-kubernetes:<ENDPOINT_NAME>'