StructuredSearchError
public enum StructuredSearchError : LocalizedError, Equatable
General errors that may occur while performing structured searching.
The selection is not valid in the current step.
Declaration
Swift
case badInputError
A localized message describing what error occurred.
Declaration
Swift
public var errorDescription: String? { get }
The map data is not complete and structured search can not perform correctly.
Declaration
Swift
case mapDataError
The map data to perform structured search i.e sqlite location input (SLI) building block doesn’t exist.
Declaration
Swift
case noDataError