メインコンテンツまでスキップ
バージョン: 3.15

暗号化エラーコード

注記

このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。

このページでは、暗号化に関連するエラーコードの一覧を示します。

エラーコードのクラスと説明

クラス説明
DB-ENCRYPTION-1xxxxユーザーエラーカテゴリのエラー
DB-ENCRYPTION-3xxxx内部エラーカテゴリのエラー

DB-ENCRYPTION-1xxxx ステータスコード

以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。

DB-ENCRYPTION-10000

メッセージ

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

DB-ENCRYPTION-10001

メッセージ

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

DB-ENCRYPTION-10002

メッセージ

The indexed column cannot be encrypted. Column: %s

DB-ENCRYPTION-10003

メッセージ

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

DB-ENCRYPTION-10004

メッセージ

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

DB-ENCRYPTION-10005

メッセージ

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

DB-ENCRYPTION-10006

メッセージ

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

DB-ENCRYPTION-10007

メッセージ

Unknown encryption type: %s

DB-ENCRYPTION-10008

メッセージ

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

DB-ENCRYPTION-10009

メッセージ

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

DB-ENCRYPTION-10010

メッセージ

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

DB-ENCRYPTION-10011

メッセージ

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

DB-ENCRYPTION-10012

メッセージ

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

メッセージ

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-3xxxx ステータスコード

以下は、内部エラーカテゴリのステータスコードとメッセージです。

DB-ENCRYPTION-30000

メッセージ

Retrieving encrypted columns failed. Table: %s

DB-ENCRYPTION-30001

メッセージ

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

DB-ENCRYPTION-30002

メッセージ

Unregistering encrypted columns failed. Table: %s

DB-ENCRYPTION-30003

メッセージ

Creating a data encryption key failed. Details: %s

DB-ENCRYPTION-30004

メッセージ

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

DB-ENCRYPTION-30005

メッセージ

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

DB-ENCRYPTION-30006

メッセージ

Deleting a data encryption key failed. Details: %s

DB-ENCRYPTION-30007

メッセージ

Encrypting data failed. Details: %s

DB-ENCRYPTION-30008

メッセージ

Decrypting data failed. Details: %s

DB-ENCRYPTION-30009

メッセージ

HTTP GET request failed. Details: %s

DB-ENCRYPTION-30010

メッセージ

HTTP POST request failed. Details: %s

DB-ENCRYPTION-30011

メッセージ

HTTP DELETE request failed. Details: %s

DB-ENCRYPTION-30012

メッセージ

Registering the AEAD configuration failed. Details: %s

DB-ENCRYPTION-30013

メッセージ

Getting the AEAD primitive failed. Details: %s

DB-ENCRYPTION-30014

メッセージ

Getting the Kubernetes API client failed

DB-ENCRYPTION-30015

メッセージ

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

メッセージ

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

メッセージ

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

メッセージ

Parsing a data encryption key failed. Details: %s

DB-ENCRYPTION-30019

メッセージ

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