Values.CheckpointDurableExecutionResponseSourceThe response from the CheckpointDurableExecution operation.
type nonrec t = {checkpointToken : CheckpointToken.t option;A new checkpoint token to use for the next checkpoint operation. This token replaces the one provided in the request and must be used for subsequent checkpoints to maintain proper ordering.
*)newExecutionState : CheckpointUpdatedExecutionState.t option;Updated execution state information that includes any changes that occurred since the last checkpoint, such as completed callbacks or expired timers. This allows the SDK to update its internal state during replay.
*)}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
* [> `String of CheckpointToken.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 ])
list ]