Module: Google::Cloud::Run::V2::Condition::ExecutionReason
- Defined in:
- proto_docs/google/cloud/run/v2/condition.rb
Overview
Reasons specific to Execution resource.
Constant Summary collapse
- EXECUTION_REASON_UNDEFINED =
Default value.
0- JOB_STATUS_SERVICE_POLLING_ERROR =
Internal system error getting execution status. System will retry.
1- NON_ZERO_EXIT_CODE =
A task reached its retry limit and the last attempt failed due to the user container exiting with a non-zero exit code.
2- CANCELLED =
The execution was cancelled by users.
3- CANCELLING =
The execution is in the process of being cancelled.
4- DELETED =
The execution was deleted.
5