Package com.tomtom.sdk.search.client.onboard

Types

Link copied to clipboard
class BadInputError(val message: String = "") : SearchError

Search operation failed because of bad input.

Link copied to clipboard
class Cancelled(val message: String = "") : SearchError

The search Operation was cancelled.

Link copied to clipboard
class NoOnboardFtsIndex(val message: String = "") : SearchError

The search Operation failed because the installed onboard map does not have support for Full Text Search (FTS) (i.e the installed NDS map does not have support for FTS building block).

Link copied to clipboard
class NoOnboardMap(val message: String = "") : SearchError

Search operation failed because of missing onboard map or insufficient access permissions.