VehicleError
public enum VehicleError : Error, Equatable
VehicleError used for exceptions indicating vehicle errors.
Important
This is a Public Preview API. It may be changed or removed at any time.-
invalidVehicleSnapshottype of exceptions thrown due to invalid vehicle snapshot.Declaration
Swift
case invalidVehicleSnapshot(String) -
unsupportedModelIDtype of exceptions thrown due to invalid support of model id. Thrown when nonMotorizedvehicle contains model id.Declaration
Swift
case unsupportedModelID(String)
VehicleError Enumeration Reference