Enum Condition.Types.ExecutionReason (1.0.0-beta02)

public enum ExecutionReason

Reasons specific to Execution resource.

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Fields

NameDescription
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.