ApiKeyError

class ApiKeyError(val message: String = Companion.API_KEY_ERROR_MESSAGE) : SearchError

HTTP REST call did not finish due to a problem with the API key.

Possible problems are:

  • Your API key is invalid.

  • Your API key does not support either the Search or Dynamic Data Search API endpoints.

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

Constructors

Link copied to clipboard
fun ApiKeyError(message: String = Companion.API_KEY_ERROR_MESSAGE)

Properties

Link copied to clipboard