ApiKeyFailure

class ApiKeyFailure(val message: String = API_KEY_ERROR_MESSAGE) : SearchFailure

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 ApiKeyFailure(message: String = API_KEY_ERROR_MESSAGE)

Properties

Link copied to clipboard