Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.requests
/
ResponseShort
Response
Short
common
@
Serializable
sealed
class
ResponseShort
Inheritors
Success
Error
Members
Types
Error
Link copied to clipboard
common
@
Serializable
data
class
Error
(
val
_time
:
Long
,
val
path
:
String
,
val
method
:
String
,
val
name
:
String
)
:
ResponseShort
Success
Link copied to clipboard
common
@
Serializable
data
class
Success
(
val
_time
:
Long
,
val
method
:
String
,
val
status
:
Int
,
val
path
:
String
)
:
ResponseShort
Properties
time
Link copied to clipboard
common
val
time
:
Long