executionReason property

String? executionReason
getter/setter pair

A reason for the execution condition. Possible string values are:

  • "EXECUTION_REASON_UNDEFINED" : Default value.
  • "JOB_STATUS_SERVICE_POLLING_ERROR" : Internal system error getting execution status. System will retry.
  • "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.
  • "CANCELLED" : The execution was cancelled by users.
  • "CANCELLING" : The execution is in the process of being cancelled.
  • "DELETED" : The execution was deleted.

Implementation

core.String? executionReason;