GW2APIClient
Toggle table of contents
0.9.0
common
Platform filter
common
Switch theme
Search in API
GW2APIClient
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
?