reason property

String? reason
getter/setter pair

Reason for provisioning failures.

Output only. Possible string values are:

  • "REASON_UNSPECIFIED" : Reason is unspecified.
  • "AUTHORIZATION_ISSUE" : Certificate provisioning failed due to an issue with one or more of the domains on the certificate. For details of which domains failed, consult the authorization_attempt_info field.
  • "RATE_LIMITED" : Exceeded Certificate Authority quotas or internal rate limits of the system. Provisioning may take longer to complete.

Implementation

core.String? reason;