Reference documentation and code samples for the Google Cloud Deploy V1 Client class FailureCause.
Well-known rollout failures.
Protobuf type google.cloud.deploy.v1.Rollout.FailureCause
Namespace
Google \ Cloud \ Deploy \ V1 \ RolloutMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FAILURE_CAUSE_UNSPECIFIED
Value: 0
No reason for failure is specified.
Generated from protobuf enum FAILURE_CAUSE_UNSPECIFIED = 0;
CLOUD_BUILD_UNAVAILABLE
Value: 1
Cloud Build is not available, either because it is not enabled or because Cloud Deploy has insufficient permissions. See required permission.
Generated from protobuf enum CLOUD_BUILD_UNAVAILABLE = 1;
EXECUTION_FAILED
Value: 2
The deploy operation did not complete successfully; check Cloud Build logs.
Generated from protobuf enum EXECUTION_FAILED = 2;
DEADLINE_EXCEEDED
Value: 3
Deployment did not complete within the alloted time.
Generated from protobuf enum DEADLINE_EXCEEDED = 3;
RELEASE_FAILED
Value: 4
Release is in a failed state.
Generated from protobuf enum RELEASE_FAILED = 4;
RELEASE_ABANDONED
Value: 5
Release is abandoned.
Generated from protobuf enum RELEASE_ABANDONED = 5;
VERIFICATION_CONFIG_NOT_FOUND
Value: 6
No skaffold verify configuration was found.
Generated from protobuf enum VERIFICATION_CONFIG_NOT_FOUND = 6;
CLOUD_BUILD_REQUEST_FAILED
Value: 7
Cloud Build failed to fulfill Cloud Deploy's request. See failure_message for additional details.
Generated from protobuf enum CLOUD_BUILD_REQUEST_FAILED = 7;