SearchError

public enum SearchError : Int, LocalizedError

General errors that may occur while searching.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • No response from the search service.

    Declaration

    Swift

    case noResponse
  • Feature not implemented for onboard search.

    Declaration

    Swift

    case unimplementedError
  • Map inaccessible due to access sync process.

    Declaration

    Swift

    case mapInaccessible

Public

  • Declaration

    Swift

    public var errorDescription: String? { get }