Values_2.StatementOutputSourceThe code execution output in JSON format.
type nonrec t = {data : StatementOutputData.t option;The code execution output.
*)executionCount : Values_0.IntegerValue.t option;The execution count of the output.
*)status : StatementState.t option;The status of the code execution output.
*)errorName : Values_0.GenericString.t option;The name of the error in the output.
*)errorValue : Values_0.GenericString.t option;The error value of the output.
*)traceback : OrchestrationStringList.t option;The traceback of the output.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.IntegerValue.t
| `List of [> `String of Values_0.GenericString.t ] list
| `String of Values_0.GenericString.t
| `Structure of
(string * [> `String of Values_0.GenericString.t ]) list ])
list ]