Outcome Enumeration
Enumeration of possible outcomes of the code execution.
Namespace: GenerativeAI.TypesAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
OUTCOME_UNSPECIFIED | 0 |
Unspecified status. This value should not be used.
|
OUTCOME_OK | 1 |
Code execution completed successfully.
|
OUTCOME_FAILED | 2 |
Code execution finished but with a failure. stderr should contain the reason.
|
OUTCOME_DEADLINE_EXCEEDED | 3 |
Code execution ran for too long, and was cancelled. There may or may not be a partial output present.
|