Values.ErrorRootCauseEntitySourceA collection of segments and corresponding subsegments associated to a trace summary error.
type nonrec t = {name : String_.t option;The name of the entity.
*)exceptions : RootCauseExceptions.t option;The types and messages of the exceptions.
*)remote : NullableBoolean.t option;A flag that denotes a remote subsegment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of String_.t ])
list ]