kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
routers-client-ktor
/
dev.kaccelero.commons.exceptions
/
APIException
APIException
data
class
APIException
(
val
code
:
HttpStatusCode
,
val
key
:
String
)
:
Exception
Members
Constructors
APIException
Link copied to clipboard
constructor
(
code
:
HttpStatusCode
,
key
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
HttpStatusCode
key
Link copied to clipboard
val
key
:
String
message
Link copied to clipboard
open
val
message
:
String
?