Values.RoadSnapNoticeSourceNotices provide information around factors that may have influenced snapping in a manner atypical to the standard use cases.
type nonrec t = {code : RoadSnapNoticeCode.t option;Code corresponding to the issue.
*)title : SensitiveString.t option;The notice title.
*)tracePointIndexes : RoadSnapTracePointIndexList.t option;TracePoint indices for which the provided notice code corresponds to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Integer of Integer.t ] list
| `String of SensitiveString.t ])
list ]