Values.OperationFailureDetailsSourceProvides a description of the operation failure.
type nonrec t = {rollbackOperationId : OperationId.t option;The rollback operation ID of the system-rollback operation that executed due to failure in the current operation.
*)errorInfo : ErrorInfo.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of OperationId.t
| `Structure of (string * [> `String of ErrorString.t ]) list ])
list ]