Values.RouteVehicleNoticeSourceNotices are additional information returned that indicate issues that occurred during route calculation.
type nonrec t = {code : RouteVehicleNoticeCode.t option;Code corresponding to the issue.
*)details : RouteVehicleNoticeDetailList.t option;Additional details of the notice.
*)impact : RouteNoticeImpact.t option;Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of SensitiveString.t
| `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `Enum of string
| `List of [> `Enum of string ] list
| `Long of DimensionCentimeters.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of RouteNoticeDetailRangeMinInteger.t
| `Long of WeightKilograms.t ])
list ])
list ])
list ]
list ])
list ]