Skip to main content
Version: 3.17

Encryption Error Codes

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

Error code classes and descriptions​

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

DB-ENCRYPTION-1xxxx status codes​

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

DB-ENCRYPTION-10000​

Message

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

DB-ENCRYPTION-10001​

Message

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

DB-ENCRYPTION-10002​

Message

The indexed column cannot be encrypted. Column: %s

DB-ENCRYPTION-10003​

Message

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

DB-ENCRYPTION-10004​

Message

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

DB-ENCRYPTION-10005​

Message

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

DB-ENCRYPTION-10006​

Message

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

DB-ENCRYPTION-10007​

Message

Unknown encryption type: %s

DB-ENCRYPTION-10008​

Message

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

DB-ENCRYPTION-10009​

Message

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

DB-ENCRYPTION-10010​

Message

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

DB-ENCRYPTION-10011​

Message

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

DB-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

DB-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

DB-ENCRYPTION-10014​

Message

The encrypted column cannot be renamed. Column: %s

DB-ENCRYPTION-10015​

Message

The table with encrypted columns cannot be renamed. Table: %s

DB-ENCRYPTION-10016​

Message

The encrypted column cannot be altered the type. Column: %s

DB-ENCRYPTION-3xxxx status codes​

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

DB-ENCRYPTION-30000​

Message

Retrieving encrypted columns failed. Table: %s

DB-ENCRYPTION-30001​

Message

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

DB-ENCRYPTION-30002​

Message

Unregistering encrypted columns failed. Table: %s

DB-ENCRYPTION-30003​

Message

Creating a data encryption key failed. Details: %s

DB-ENCRYPTION-30004​

Message

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

DB-ENCRYPTION-30005​

Message

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

DB-ENCRYPTION-30006​

Message

Deleting a data encryption key failed. Details: %s

DB-ENCRYPTION-30007​

Message

Encrypting data failed. Details: %s

DB-ENCRYPTION-30008​

Message

Decrypting data failed. Details: %s

DB-ENCRYPTION-30009​

Message

HTTP GET request failed. Details: %s

DB-ENCRYPTION-30010​

Message

HTTP POST request failed. Details: %s

DB-ENCRYPTION-30011​

Message

HTTP DELETE request failed. Details: %s

DB-ENCRYPTION-30012​

Message

Registering the AEAD configuration failed. Details: %s

DB-ENCRYPTION-30013​

Message

Getting the AEAD primitive failed. Details: %s

DB-ENCRYPTION-30014​

Message

Getting the Kubernetes API client failed

DB-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

DB-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

DB-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

DB-ENCRYPTION-30018​

Message

Parsing a data encryption key failed. Details: %s

DB-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

DB-ENCRYPTION-30020​

Message

Unregistering encrypted columns failed. Table: %s; ColumnNames: %s