Error
public enum Error : LocalizedError
An error that occurs during the creation of the instance.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The property
roadTypesmust contain at least one item.Declaration
Swift
case emptyRoadTypes -
The property
regionsmust contain at least one itemDeclaration
Swift
case emptyRegions -
The property
announcementModesmust contain at least one item.Declaration
Swift
case emptyAnnoncementModes -
The property
triggeringPointsmust contain at least one item.Declaration
Swift
case emptyTriggeringPoints -
The property
recommendedDistancemust be greater than zero.Declaration
Swift
case invalidRecommendedDistance
-
Textual description of the error.
Declaration
Swift
public var errorDescription: String? { get }
TomTom SDK for iOS (0.53.1)
Error