ekmProvisioningErrorDomain property
Indicates Ekm provisioning error if any. Possible string values are:
- "EKM_PROVISIONING_ERROR_DOMAIN_UNSPECIFIED" : No error domain
- "UNSPECIFIED_ERROR" : Error but domain is unspecified.
- "GOOGLE_SERVER_ERROR" : Internal logic breaks within provisioning code.
- "EXTERNAL_USER_ERROR" : Error occurred with the customer not granting permission/creating resource.
- "EXTERNAL_PARTNER_ERROR" : Error occurred within the partner's provisioning cluster.
- "TIMEOUT_ERROR" : Resource wasn't provisioned in the required 7 day time period
Implementation
core.String? ekmProvisioningErrorDomain;