Enumeration Outcome

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 failed. output contains the stderr and stdout, if any.

OUTCOME_OK: "OUTCOME_OK"

Code execution completed successfully. output contains the stdout, if any.

OUTCOME_UNSPECIFIED: "OUTCOME_UNSPECIFIED"

Unspecified status. This value should not be used.