ApiKeyFailure

class ApiKeyFailure(val message: String = API_KEY_FAILURE_MESSAGE) : RoutingFailure

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

Possible problems are:

Constructors

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

Inherited properties

Link copied to clipboard