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;
VERIFICATION_CONFIG_NOT_FOUND
Value: 4
The render operation did not complete successfully because the verification stanza required for verify was not found on the Skaffold configuration.
Generated from protobuf enum VERIFICATION_CONFIG_NOT_FOUND = 4;
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;
DEPLOYMENT_STRATEGY_NOT_SUPPORTED
Value: 6
Release failed during rendering because the release configuration is not supported with the specified deployment strategy.
Generated from protobuf enum DEPLOYMENT_STRATEGY_NOT_SUPPORTED = 6;
RENDER_FEATURE_NOT_SUPPORTED
Value: 7
The render operation had a feature configured that is not supported.
Generated from protobuf enum RENDER_FEATURE_NOT_SUPPORTED = 7;