AutocompleteSearchError

class AutocompleteSearchError(val message: String = "") : SearchError

Exception thrown when a request to the Autocomplete Search API goes wrong. It contains information about the cause of the failure.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun AutocompleteSearchError(message: String = "")

Properties

Link copied to clipboard
val message: String