[[["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 Run V2 Client - Class ExecutionReason (1.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.9.0 (latest)](/php/docs/reference/cloud-run/latest/V2.Condition.ExecutionReason)\n- [1.8.0](/php/docs/reference/cloud-run/1.8.0/V2.Condition.ExecutionReason)\n- [1.7.0](/php/docs/reference/cloud-run/1.7.0/V2.Condition.ExecutionReason)\n- [1.6.0](/php/docs/reference/cloud-run/1.6.0/V2.Condition.ExecutionReason)\n- [1.5.2](/php/docs/reference/cloud-run/1.5.2/V2.Condition.ExecutionReason)\n- [1.4.0](/php/docs/reference/cloud-run/1.4.0/V2.Condition.ExecutionReason)\n- [1.3.0](/php/docs/reference/cloud-run/1.3.0/V2.Condition.ExecutionReason)\n- [1.2.0](/php/docs/reference/cloud-run/1.2.0/V2.Condition.ExecutionReason)\n- [1.1.0](/php/docs/reference/cloud-run/1.1.0/V2.Condition.ExecutionReason)\n- [1.0.0](/php/docs/reference/cloud-run/1.0.0/V2.Condition.ExecutionReason)\n- [0.9.3](/php/docs/reference/cloud-run/0.9.3/V2.Condition.ExecutionReason)\n- [0.8.0](/php/docs/reference/cloud-run/0.8.0/V2.Condition.ExecutionReason)\n- [0.7.2](/php/docs/reference/cloud-run/0.7.2/V2.Condition.ExecutionReason)\n- [0.6.0](/php/docs/reference/cloud-run/0.6.0/V2.Condition.ExecutionReason)\n- [0.5.2](/php/docs/reference/cloud-run/0.5.2/V2.Condition.ExecutionReason)\n- [0.4.0](/php/docs/reference/cloud-run/0.4.0/V2.Condition.ExecutionReason)\n- [0.3.4](/php/docs/reference/cloud-run/0.3.4/V2.Condition.ExecutionReason) \nReference documentation and code samples for the Google Cloud Run V2 Client class ExecutionReason.\n\nReasons specific to Execution resource.\n\nProtobuf type `google.cloud.run.v2.Condition.ExecutionReason`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Run \\\\ V2 \\\\ Condition\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### EXECUTION_REASON_UNDEFINED\n\n Value: 0\n\nDefault value.\n\nGenerated from protobuf enum `EXECUTION_REASON_UNDEFINED = 0;`\n\n### JOB_STATUS_SERVICE_POLLING_ERROR\n\n Value: 1\n\nInternal system error getting execution status. System will retry.\n\nGenerated from protobuf enum `JOB_STATUS_SERVICE_POLLING_ERROR = 1;`\n\n### NON_ZERO_EXIT_CODE\n\n Value: 2\n\nA task reached its retry limit and the last attempt failed due to the\nuser container exiting with a non-zero exit code.\n\nGenerated from protobuf enum `NON_ZERO_EXIT_CODE = 2;`\n\n### CANCELLED\n\n Value: 3\n\nThe execution was cancelled by users.\n\nGenerated from protobuf enum `CANCELLED = 3;`\n\n### CANCELLING\n\n Value: 4\n\nThe execution is in the process of being cancelled.\n\nGenerated from protobuf enum `CANCELLING = 4;`\n\n### DELETED\n\n Value: 5\n\nThe execution was deleted.\n\nGenerated from protobuf enum `DELETED = 5;`"]]