kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
core
/
io.github.hfhbd.kfx
/
StatusCodes
Status
Codes
data
class
StatusCodes
(
val
success
:
String
?
,
val
fault
:
String
?
)
(
source
)
Members
Constructors
Status
Codes
Link copied to clipboard
constructor
(
success
:
String
?
,
fault
:
String
?
)
Properties
fault
Link copied to clipboard
val
fault
:
String
?
success
Link copied to clipboard
val
success
:
String
?