ApiKeyError

class ApiKeyError(message: String = API_KEY_ERROR_MESSAGE) : RoutingError

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

Possible problems are:

Constructors

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

Properties

Link copied to clipboard
val message: String?