暗号化エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、暗号化に関連するエラーコードの一覧を示します。
エラーコードのクラスと説明
| クラス | 説明 |
|---|---|
ENCRYPTION-1xxxx | ユーザーエラーカテゴリのエラー |
ENCRYPTION-3xxxx | 内部エラーカテゴリのエラー |
ENCRYPTION-1xxxx ステータスコード
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
ENCRYPTION-10000
メッセージ
The partition key column cannot be encrypted. Column: %s
ENCRYPTION-10001
メッセージ
The clustering key column cannot be encrypted. Column: %s
ENCRYPTION-10002
メッセージ
The indexed column cannot be encrypted. Column: %s
ENCRYPTION-10003
メッセージ
The encrypted column cannot be specified as an index column. Column: %s
ENCRYPTION-10004
メッセージ
The operation does not have the target namespace or table name. Operation: %s
ENCRYPTION-10005
メッセージ
The column value is not properly specified. Column: %s, Operation: %s
ENCRYPTION-10006
メッセージ
The property for the encryption type ("scalar.db.cluster.encryption.type") is not set
ENCRYPTION-10007
メッセージ
Unknown encryption type: %s
ENCRYPTION-10008
メッセージ
The property for the address of the Vault server ("scalar.db.cluster.encryption.vault.address") is not set
ENCRYPTION-10009
メッセージ
The property for the token for the Vault server ("scalar.db.cluster.encryption.vault.token") is not set
ENCRYPTION-10010
メッセージ
The encrypted column cannot be specified in the condition. Column: %s, Operation: %s
ENCRYPTION-10011
メッセージ
The encrypted column cannot be specified in the ordering. Column: %s, Operation: %s
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
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
ENCRYPTION-3xxxx ステータスコード
以下は、内部エラーカテゴリのステータスコードとメッセージです。
ENCRYPTION-30000
メッセージ
Retrieving encrypted columns failed. Table: %s
ENCRYPTION-30001
メッセージ
Registering encrypted columns failed. Columns: %s, Table: %s
ENCRYPTION-30002
メッセージ
Unregistering encrypted columns failed. Table: %s
ENCRYPTION-30003
メッセージ
Creating a data encryption key failed. Details: %s
ENCRYPTION-30004
メッセージ
Checking the existence of a data encryption key failed. Details: %s
ENCRYPTION-30005
メッセージ
Updating the configuration of a data encryption key failed. Details: %s
ENCRYPTION-30006
メッセージ
Deleting a data encryption key failed. Details: %s
ENCRYPTION-30007
メッセージ
Encrypting data failed. Details: %s
ENCRYPTION-30008
メッセージ
Decrypting data failed. Details: %s
ENCRYPTION-30009
メッセージ
HTTP GET request failed. Details: %s
ENCRYPTION-30010
メッセージ
HTTP POST request failed. Details: %s
ENCRYPTION-30011
メッセージ
HTTP DELETE request failed. Details: %s
ENCRYPTION-30012
メッセージ
Registering the AEAD configuration failed. Details: %s
ENCRYPTION-30013
メッセージ
Getting the AEAD primitive failed. Details: %s
ENCRYPTION-30014
メッセージ
Getting the Kubernetes API client failed
ENCRYPTION-30015
メッセージ
Registering a data encryption key to the Kubernetes secret failed. Namespace: %s; Name: %s; Code: %d; Response Headers: %s; Response Body: %s
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
ENCRYPTION-30017
メッセージ
Deleting a data encryption key in the Kubernetes secret failed. Namespace: %s; Name: %s; Code: %d; Response Headers: %s; Response Body: %s
ENCRYPTION-30018
メッセージ
Parsing a data encryption key failed. Details: %s
ENCRYPTION-30019
メッセージ
Reading a data encryption key in the Kubernetes secret failed. Namespace: %s; Name: %s; Code: %d; Response Headers: %s; Response Body: %s