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 the endpoint which is part of the GO SDK Search API.

Constructors

Link copied to clipboard
constructor(message: String = API_KEY_ERROR_MESSAGE)

Properties

Link copied to clipboard