Values.InvalidNetworkInterfaceSourceA reason a vehicle network interface isn't valid.
type nonrec t = {interfaceId : InterfaceId.t option;The ID of the interface that isn't valid.
*)reason : NetworkInterfaceFailureReason.t option;A message about why the interface isn't valid.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of InterfaceId.t ]) list ]