OfflineSearchError

public enum OfflineSearchError : Error
extension OfflineSearchError: 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 unimplementedFeature
  • Map inaccessible due to access sync process.

    Declaration

    Swift

    case mapInaccessible
  • A localized message describing what error occurred.

    Declaration

    Swift

    public var errorDescription: String? { get }