Values.WaypointOptimizationFailedConstraintSourceThe failed constraint.
type nonrec t = {constraint_ : WaypointOptimizationConstraint.t option;The failed constraint.
*)reason : SensitiveString.t option;Reason for the failed constraint.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SensitiveString.t ]) list ]