failureReason property

String? failureReason
getter/setter pair

Reason for failure of the authorization attempt for the domain.

Output only. Possible string values are:

  • "FAILURE_REASON_UNSPECIFIED" : FailureReason is unspecified.
  • "CONFIG" : There was a problem with the user's DNS or load balancer configuration for this domain.
  • "CAA" : Certificate issuance forbidden by an explicit CAA record for the domain or a failure to check CAA records for the domain.
  • "RATE_LIMITED" : Reached a CA or internal rate-limit for the domain, e.g. for certificates per top-level private domain.

Implementation

core.String? failureReason;