Cloud Run Admin v2 API - Enum Condition.Types.ExecutionReason (2.2.0)

public enum Condition.Types.ExecutionReason

Reference documentation and code samples for the Cloud Run Admin v2 API enum Condition.Types.ExecutionReason.

Reasons specific to Execution resource.

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Fields

NameDescription
Cancelled

The execution was cancelled by users.

Cancelling

The execution is in the process of being cancelled.

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.