Values.CreateVehicleErrorSourceAn HTTP error resulting from creating a vehicle.
type nonrec t = {vehicleName : VehicleName.t option;The ID of the vehicle with the error.
*)code : string option;An HTTP error code.
*)message : string option;A description of the HTTP error.
*)}