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;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Deploy V1 Client - Class FailureCause (2.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0 (latest)](/php/docs/reference/cloud-deploy/latest/V1.Release.TargetRender.FailureCause)\n- [1.5.7](/php/docs/reference/cloud-deploy/1.5.7/V1.Release.TargetRender.FailureCause)\n- [1.4.0](/php/docs/reference/cloud-deploy/1.4.0/V1.Release.TargetRender.FailureCause)\n- [1.3.0](/php/docs/reference/cloud-deploy/1.3.0/V1.Release.TargetRender.FailureCause)\n- [1.2.0](/php/docs/reference/cloud-deploy/1.2.0/V1.Release.TargetRender.FailureCause)\n- [1.1.1](/php/docs/reference/cloud-deploy/1.1.1/V1.Release.TargetRender.FailureCause)\n- [1.0.0](/php/docs/reference/cloud-deploy/1.0.0/V1.Release.TargetRender.FailureCause)\n- [0.19.1](/php/docs/reference/cloud-deploy/0.19.1/V1.Release.TargetRender.FailureCause)\n- [0.18.1](/php/docs/reference/cloud-deploy/0.18.1/V1.Release.TargetRender.FailureCause)\n- [0.17.0](/php/docs/reference/cloud-deploy/0.17.0/V1.Release.TargetRender.FailureCause)\n- [0.16.0](/php/docs/reference/cloud-deploy/0.16.0/V1.Release.TargetRender.FailureCause)\n- [0.15.0](/php/docs/reference/cloud-deploy/0.15.0/V1.Release.TargetRender.FailureCause)\n- [0.14.0](/php/docs/reference/cloud-deploy/0.14.0/V1.Release.TargetRender.FailureCause)\n- [0.13.1](/php/docs/reference/cloud-deploy/0.13.1/V1.Release.TargetRender.FailureCause)\n- [0.12.1](/php/docs/reference/cloud-deploy/0.12.1/V1.Release.TargetRender.FailureCause)\n- [0.11.1](/php/docs/reference/cloud-deploy/0.11.1/V1.Release.TargetRender.FailureCause)\n- [0.10.0](/php/docs/reference/cloud-deploy/0.10.0/V1.Release.TargetRender.FailureCause)\n- [0.9.0](/php/docs/reference/cloud-deploy/0.9.0/V1.Release.TargetRender.FailureCause)\n- [0.8.0](/php/docs/reference/cloud-deploy/0.8.0/V1.Release.TargetRender.FailureCause)\n- [0.7.0](/php/docs/reference/cloud-deploy/0.7.0/V1.Release.TargetRender.FailureCause)\n- [0.6.0](/php/docs/reference/cloud-deploy/0.6.0/V1.Release.TargetRender.FailureCause)\n- [0.5.0](/php/docs/reference/cloud-deploy/0.5.0/V1.Release.TargetRender.FailureCause)\n- [0.4.1](/php/docs/reference/cloud-deploy/0.4.1/V1.Release.TargetRender.FailureCause)\n- [0.3.4](/php/docs/reference/cloud-deploy/0.3.4/V1.Release.TargetRender.FailureCause) \nReference documentation and code samples for the Google Cloud Deploy V1 Client class FailureCause.\n\nWell-known rendering failures.\n\nProtobuf type `google.cloud.deploy.v1.Release.TargetRender.FailureCause`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Deploy \\\\ V1 \\\\ Release \\\\ TargetRender\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### FAILURE_CAUSE_UNSPECIFIED\n\n Value: 0\n\nNo reason for failure is specified.\n\nGenerated from protobuf enum `FAILURE_CAUSE_UNSPECIFIED = 0;`\n\n### CLOUD_BUILD_UNAVAILABLE\n\n Value: 1\n\nCloud Build is not available, either because it is not enabled or\nbecause Cloud Deploy has insufficient permissions. See [required\npermission](https://cloud.google.com/deploy/docs/cloud-deploy-service-account#required_permissions).\n\nGenerated from protobuf enum `CLOUD_BUILD_UNAVAILABLE = 1;`\n\n### EXECUTION_FAILED\n\n Value: 2\n\nThe render operation did not complete successfully; check Cloud Build\nlogs.\n\nGenerated from protobuf enum `EXECUTION_FAILED = 2;`\n\n### CLOUD_BUILD_REQUEST_FAILED\n\n Value: 3\n\nCloud Build failed to fulfill Cloud Deploy's request. See\nfailure_message for additional details.\n\nGenerated from protobuf enum `CLOUD_BUILD_REQUEST_FAILED = 3;`\n\n### VERIFICATION_CONFIG_NOT_FOUND\n\n Value: 4\n\nThe render operation did not complete successfully because the\nverification stanza required for verify was not found on the Skaffold\nconfiguration.\n\nGenerated from protobuf enum `VERIFICATION_CONFIG_NOT_FOUND = 4;`\n\n### CUSTOM_ACTION_NOT_FOUND\n\n Value: 5\n\nThe render operation did not complete successfully because the custom\naction required for predeploy or postdeploy was not found in the\nSkaffold configuration. See failure_message for additional details.\n\nGenerated from protobuf enum `CUSTOM_ACTION_NOT_FOUND = 5;`\n\n### DEPLOYMENT_STRATEGY_NOT_SUPPORTED\n\n Value: 6\n\nRelease failed during rendering because the release configuration is\nnot supported with the specified deployment strategy.\n\nGenerated from protobuf enum `DEPLOYMENT_STRATEGY_NOT_SUPPORTED = 6;`\n\n### RENDER_FEATURE_NOT_SUPPORTED\n\n Value: 7\n\nThe render operation had a feature configured that is not supported.\n\nGenerated from protobuf enum `RENDER_FEATURE_NOT_SUPPORTED = 7;`"]]