StructuredSearchError

public enum StructuredSearchError : LocalizedError, Equatable

General errors that may occur while performing structured searching.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • The selection is not valid in the current step.

    Declaration

    Swift

    case badInputError
  • The map data to perform structured search i.e sqlite location input (SLI) building block doesn’t exist.

    Declaration

    Swift

    case noDataError
  • The map data is not complete and structured search can not perform correctly.

    Declaration

    Swift

    case mapDataError

Public

  • Declaration

    Swift

    public var errorDescription: String? { get }