Enum ProcessingWarningReason
The processing warning reason.
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public enum ProcessingWarningReason
Fields
| Name | Description |
|---|---|
| DecryptionError | The event has a decryption error. |
| DekDecryptionError | The DEK failed to be decrypted. |
| InternalError | Internal error. |
| InvalidKek | The KEK cannot decrypt data because it is the wrong KEK, or it does not exist. |
| InvalidWip | The WIP is formatted incorrectly or the WIP does not exist. |
| KekPermissionDenied | The system did not have the permissions needed to access the KEK. |
| Unspecified | The processing warning reason is unknown. |
| UserIdentifierDecryptionError | Failed to decrypt th [UserIdentifier][google.ads.datamanager.v1.UserIdentifier] data using the DEK. |
| WipAuthFailed | The WIP could not be used because it was rejected by its attestation condition. |