Values.ChainedInvokeDetailsSourceContains details about a chained function invocation in a durable execution, including the target function and invocation parameters.
type nonrec t = {result : OperationPayload.t option;The response payload from the chained invocation.
*)error : ErrorObject.t option;Details about the chained invocation failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of OperationPayload.t
| `Structure of
(string
* [> `List of [> `String of StackTraceEntry.t ] list
| `String of ErrorMessage.t ])
list ])
list ]