Values.ContextDetailsSourceDetails about a durable execution context.
type nonrec t = {replayChildren : ReplayChildren.t option;Whether the state data of child operations of this completed context should be included in the invoke payload and GetDurableExecutionState response.
*)result : OperationPayload.t option;The response payload from the context.
*)error : ErrorObject.t option;Details about the context failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of ReplayChildren.t
| `String of OperationPayload.t
| `Structure of
(string
* [> `List of [> `String of StackTraceEntry.t ] list
| `String of ErrorMessage.t ])
list ])
list ]