Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class FailureReason.
Reason for failure of the authorization attempt for the domain.
Protobuf type google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason
Namespace
Google \ Cloud \ CertificateManager \ V1 \ Certificate \ ManagedCertificate \ AuthorizationAttemptInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description | 
| value | mixed | 
static::value
| Parameter | |
|---|---|
| Name | Description | 
| name | mixed | 
Constants
FAILURE_REASON_UNSPECIFIED
Value: 0FailureReason is unspecified.
Generated from protobuf enum FAILURE_REASON_UNSPECIFIED = 0;
CONFIG
Value: 1There was a problem with the user's DNS or load balancer configuration for this domain.
Generated from protobuf enum CONFIG = 1;
CAA
Value: 2Certificate issuance forbidden by an explicit CAA record for the domain or a failure to check CAA records for the domain.
Generated from protobuf enum CAA = 2;
RATE_LIMITED
Value: 3Reached a CA or internal rate-limit for the domain, e.g. for certificates per top-level private domain.
Generated from protobuf enum RATE_LIMITED = 3;