Google Cloud Certificate Manager V1 Client - Class FailureReason (0.3.7)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

FAILURE_REASON_UNSPECIFIED

Value: 0

FailureReason is unspecified.

Generated from protobuf enum FAILURE_REASON_UNSPECIFIED = 0;

CONFIG

Value: 1

There was a problem with the user's DNS or load balancer configuration for this domain.

Generated from protobuf enum CONFIG = 1;

CAA

Value: 2

Certificate 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: 3

Reached 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;