Enumeration Outcome

Required. Outcome of the code execution.

Enumeration Members

OUTCOME_DEADLINE_EXCEEDED: "OUTCOME_DEADLINE_EXCEEDED"

Code execution ran for too long, and was cancelled. There may or may not be a partial output present.

OUTCOME_FAILED: "OUTCOME_FAILED"

Code execution finished but with a failure. stderr should contain the reason.

OUTCOME_OK: "OUTCOME_OK"

Code execution completed successfully.

OUTCOME_UNSPECIFIED: "OUTCOME_UNSPECIFIED"

Unspecified status. This value should not be used.