SearchError

public enum SearchError : Error
extension OfflineSearch.SearchError: LocalizedError

Errors that may occur while doing offline search.

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 is not implemented for offline search.

    Declaration

    Swift

    case unimplementedError
  • Map inaccessible due to access sync process.

    Declaration

    Swift

    case mapInaccessible

Public

  • A localized message describing what error occurred.

    Declaration

    Swift

    public var errorDescription: String? { get }