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
/
Error
Error
common
@
Serializable
data
class
Error
(
val
_time
:
Long
,
val
path
:
String
,
val
method
:
String
,
val
name
:
String
)
:
ResponseShort
Members
Constructors
Error
Link copied to clipboard
common
constructor
(
_time
:
Long
,
path
:
String
,
method
:
String
,
name
:
String
)
Properties
_
time
Link copied to clipboard
common
val
_time
:
Long
method
Link copied to clipboard
common
val
method
:
String
name
Link copied to clipboard
common
val
name
:
String
path
Link copied to clipboard
common
val
path
:
String
time
Link copied to clipboard
common
val
time
:
Long