ApiKeyFailure

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

Failure related to problems with the API key used for authentication.

Possible problems include an invalid API key or lack of support for specific endpoints.

Parameters

message

Error message indicating the API key failure. Defaults to the standard message API_KEY_ERROR_MESSAGE.

Constructors

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

Inherited properties

Link copied to clipboard