Reference documentation and code samples for the Google Cloud Run V2 Client class ExecutionReason.
Reasons specific to Execution resource.
Protobuf type google.cloud.run.v2.Condition.ExecutionReason
Methods
name
value
mixed
value
name
mixed
Constants
EXECUTION_REASON_UNDEFINED
Value: 0
Default value.
Generated from protobuf enum EXECUTION_REASON_UNDEFINED = 0;
JOB_STATUS_SERVICE_POLLING_ERROR
Value: 1
Internal system error getting execution status. System will retry.
Generated from protobuf enum JOB_STATUS_SERVICE_POLLING_ERROR = 1;
NON_ZERO_EXIT_CODE
Value: 2
A task reached its retry limit and the last attempt failed due to the user container exiting with a non-zero exit code.
Generated from protobuf enum NON_ZERO_EXIT_CODE = 2;
CANCELLED
Value: 3
The execution was cancelled by users.
Generated from protobuf enum CANCELLED = 3;
CANCELLING
Value: 4
The execution is in the process of being cancelled.
Generated from protobuf enum CANCELLING = 4;