public enum Condition.Types.ExecutionReasonReference documentation and code samples for the Cloud Run Admin v2 API enum Condition.Types.ExecutionReason.
Reasons specific to Execution resource.
Namespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
| Fields | |
|---|---|
| Name | Description | 
| Cancelled | The execution was cancelled by users. | 
| Cancelling | The execution is in the process of being cancelled. | 
| Deleted | The execution was deleted. | 
| JobStatusServicePollingError | Internal system error getting execution status. System will retry. | 
| NonZeroExitCode | A task reached its retry limit and the last attempt failed due to the user container exiting with a non-zero exit code. | 
| Undefined | Default value. |