Values.GetDurableExecutionStateResponseSourceThe response from the GetDurableExecutionState operation, containing the current execution state for replay.
type nonrec t = {operations : Operations.t option;An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.
*)nextMarker : String_.t option;If present, indicates that more operations are available. Use this value as the Marker parameter in a subsequent request to retrieve the next page of results.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `ServiceException of ServiceException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of OperationId.t
| `Structure of
(string
* [> `Boolean of ReplayChildren.t
| `Integer of AttemptCount.t
| `String of InputPayload.t
| `Structure of
(string
* [> `List of
[> `String of StackTraceEntry.t ] list
| `String of ErrorMessage.t ])
list
| `Timestamp of ExecutionTimestamp.t ])
list
| `Timestamp of ExecutionTimestamp.t ])
list ]
list
| `String of String_.t ])
list ]