toggle menu
GW2APIClient
0.8.0
common
switch theme
search in API
api-client
/
com.gw2tb.gw2api.client.exceptions
/
UnauthenticatedException
Unauthenticated
Exception
class
UnauthenticatedException
(
msg
:
String
)
:
ClientValidationException
An exception indicating that the API key in use is invalid.
Since
0.1.0
Members
Constructors
Unauthenticated
Exception
Link copied to clipboard
constructor
(
msg
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?