SearchError

public enum SearchError
extension SearchError: 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

  • A localized message describing what error occurred.

    Declaration

    Swift

    public var errorDescription: String? { get }