Values.UpdateVehicleErrorSourceAn HTTP error resulting from updating the description for a vehicle.
type nonrec t = {vehicleName : VehicleName.t option;The ID of the vehicle with the error.
*)code : Number.t option;The relevant HTTP error code (400+).
*)message : string option;A message associated with the error.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Number.t | `String of VehicleName.t ]) list ]