VehicleError

public enum VehicleError : Error, Equatable

VehicleError used for exceptions indicating vehicle errors.

Warning

This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.
  • invalidVehicleProfile type of exceptions thrown due to invalid vehicle profile.

    Declaration

    Swift

    case invalidVehicleProfile(String)