Reference documentation and code samples for the Google Cloud Deploy V1 Client class FailureCause.
Well-known deploy failures.
Protobuf type google.cloud.deploy.v1.DeployJobRun.FailureCause
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FAILURE_CAUSE_UNSPECIFIED
Value: 0No reason for failure is specified.
Generated from protobuf enum FAILURE_CAUSE_UNSPECIFIED = 0;
CLOUD_BUILD_UNAVAILABLE
Value: 1Cloud Build is not available, either because it is not enabled or because Google Cloud Deploy has insufficient permissions. See Required permission.
Generated from protobuf enum CLOUD_BUILD_UNAVAILABLE = 1;
EXECUTION_FAILED
Value: 2The deploy operation did not complete successfully; check Cloud Build logs.
Generated from protobuf enum EXECUTION_FAILED = 2;
DEADLINE_EXCEEDED
Value: 3The deploy build did not complete within the alloted time.
Generated from protobuf enum DEADLINE_EXCEEDED = 3;