Google Cloud Run V2 Client - Class ExecutionReason (0.3.4)

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

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;