Reference documentation and code samples for the Google Cloud Deploy V1 Client class FailureCause.
Well-known rendering failures.
Protobuf type google.cloud.deploy.v1.Release.TargetRender.FailureCause
Namespace
Google \ Cloud \ Deploy \ V1 \ Release \ TargetRenderMethods
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 render operation did not complete successfully; check Cloud Build logs.
Generated from protobuf enum EXECUTION_FAILED = 2;
CLOUD_BUILD_REQUEST_FAILED
Value: 3
Cloud Build failed to fulfill Cloud Deploy's request. See failure_message for additional details.
Generated from protobuf enum CLOUD_BUILD_REQUEST_FAILED = 3;
CUSTOM_ACTION_NOT_FOUND
Value: 5
The render operation did not complete successfully because the custom action required for predeploy or postdeploy was not found in the skaffold configuration. See failure_message for additional details.
Generated from protobuf enum CUSTOM_ACTION_NOT_FOUND = 5;