kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
routers-ktor
/
dev.kaccelero.commons.responses
/
StatusResponse
Status
Response
data
class
StatusResponse
<
T
:
Any
>
(
val
status
:
<Error class: unknown class>
,
val
content
:
T
)
Members
Constructors
Status
Response
Link copied to clipboard
constructor
(
status
:
<Error class: unknown class>
,
content
:
T
)
Properties
content
Link copied to clipboard
val
content
:
T
status
Link copied to clipboard
val
status
:
<Error class: unknown class>