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
roadTypes
must contain at least one item.Declaration
Swift
case emptyRoadTypes
-
The property
regions
must contain at least one itemDeclaration
Swift
case emptyRegions
-
The property
announcementModes
must contain at least one item.Declaration
Swift
case emptyAnnoncementModes
-
The property
triggeringPoints
must contain at least one item.Declaration
Swift
case emptyTriggeringPoints
-
The property
recommendedDistance
must be greater than zero.Declaration
Swift
case invalidRecommendedDistance
-
Textual description of the error.
Declaration
Swift
public var errorDescription: String? { get }