Skip to main content
Version: 3.14

Encryption Error Codes

This page provides a list of error codes related to encryption.

Error code classes and descriptions​

ClassDescription
ENCRYPTION-1xxxxErrors for the user error category
ENCRYPTION-3xxxxErrors for the internal error category

ENCRYPTION-1xxxx status codes​

The following are status codes and messages for the user error category.

ENCRYPTION-10000​

Message

The partition key column cannot be encrypted. Column: %s

ENCRYPTION-10001​

Message

The clustering key column cannot be encrypted. Column: %s

ENCRYPTION-10002​

Message

The indexed column cannot be encrypted. Column: %s

ENCRYPTION-10003​

Message

The encrypted column cannot be specified as an index column. Column: %s

ENCRYPTION-10004​

Message

The operation does not have the target namespace or table name. Operation: %s

ENCRYPTION-10005​

Message

The column value is not properly specified. Column: %s, Operation: %s

ENCRYPTION-10006​

Message

The property for the encryption type ("scalar.db.cluster.encryption.type") is not set

ENCRYPTION-10007​

Message

Unknown encryption type: %s

ENCRYPTION-10008​

Message

The property for the address of the Vault server ("scalar.db.cluster.encryption.vault.address") is not set

ENCRYPTION-10009​

Message

The property for the token for the Vault server ("scalar.db.cluster.encryption.vault.token") is not set

ENCRYPTION-10010​

Message

The encrypted column cannot be specified in the condition. Column: %s, Operation: %s

ENCRYPTION-10011​

Message

The encrypted column cannot be specified in the ordering. Column: %s, Operation: %s

ENCRYPTION-10012​

Message

The key type specified by the property "scalar.db.cluster.encryption.vault.key_type" is not supported. The supported key types are "aes128-gcm96", "aes256-gcm96", and "chacha20-poly1305". Key type: %s

ENCRYPTION-10013​

Message

The key type specified by the property "scalar.db.cluster.encryption.self.key_type" is not supported. The supported key types are "AES128_GCM", "AES256_GCM", "AES128_EAX", "AES256_EAX", "AES128_CTR_HMAC_SHA256", "AES256_CTR_HMAC_SHA256", "CHACHA20_POLY1305", and "XCHACHA20_POLY1305". Key type: %s

ENCRYPTION-3xxxx status codes​

The following are status codes and messages for the internal error category.

ENCRYPTION-30000​

Message

Retrieving encrypted columns failed. Table: %s

ENCRYPTION-30001​

Message

Registering encrypted columns failed. Columns: %s, Table: %s

ENCRYPTION-30002​

Message

Unregistering encrypted columns failed. Table: %s

ENCRYPTION-30003​

Message

Creating a data encryption key failed. Details: %s

ENCRYPTION-30004​

Message

Checking the existence of a data encryption key failed. Details: %s

ENCRYPTION-30005​

Message

Updating the configuration of a data encryption key failed. Details: %s

ENCRYPTION-30006​

Message

Deleting a data encryption key failed. Details: %s

ENCRYPTION-30007​

Message

Encrypting data failed. Details: %s

ENCRYPTION-30008​

Message

Decrypting data failed. Details: %s

ENCRYPTION-30009​

Message

HTTP GET request failed. Details: %s

ENCRYPTION-30010​

Message

HTTP POST request failed. Details: %s

ENCRYPTION-30011​

Message

HTTP DELETE request failed. Details: %s

ENCRYPTION-30012​

Message

Registering the AEAD configuration failed. Details: %s

ENCRYPTION-30013​

Message

Getting the AEAD primitive failed. Details: %s

ENCRYPTION-30014​

Message

Getting the Kubernetes API client failed

ENCRYPTION-30015​

Message

Registering a data encryption key to the Kubernetes secret failed. Namespace: %s; Name: %s; Code: %d; Response Headers: %s; Response Body: %s

ENCRYPTION-30016​

Message

Checking the existence of a data encryption key in the Kubernetes secret failed. Namespace: %s; Name: %s; Code: %d; Response Headers: %s; Response Body: %s

ENCRYPTION-30017​

Message

Deleting a data encryption key in the Kubernetes secret failed. Namespace: %s; Name: %s; Code: %d; Response Headers: %s; Response Body: %s

ENCRYPTION-30018​

Message

Parsing a data encryption key failed. Details: %s

ENCRYPTION-30019​

Message

Reading a data encryption key in the Kubernetes secret failed. Namespace: %s; Name: %s; Code: %d; Response Headers: %s; Response Body: %s