VehicleError
public enum VehicleError : Error, Equatable
VehicleError used for exceptions indicating vehicle errors.
-
invalidVehicleSnapshottype of exceptions thrown due to invalid vehicle snapshot.Declaration
Swift
case invalidVehicleSnapshot(String)
TomTom SDK for iOS (0.72.0-rc02)
VehicleError