Cloud Run Admin v2 API - Enum Condition.Types.ExecutionReason (2.0.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

GoogleCloudGoogle.Cloud.RunV2

Assembly

Google.Cloud.Run.V2.dll

Fields

NameDescription
Cancelled

The execution was cancelled by users.

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.