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
/
Success
Success
common
@
Serializable
data
class
Success
(
val
_time
:
Long
,
val
method
:
String
,
val
status
:
Int
,
val
path
:
String
)
:
ResponseShort
Members
Constructors
Success
Link copied to clipboard
common
constructor
(
_time
:
Long
,
method
:
String
,
status
:
Int
,
path
:
String
)
Properties
_
time
Link copied to clipboard
common
val
_time
:
Long
method
Link copied to clipboard
common
val
method
:
String
path
Link copied to clipboard
common
val
path
:
String
status
Link copied to clipboard
common
val
status
:
Int
time
Link copied to clipboard
common
val
time
:
Long
Functions
is
Error
By
Status
Code
Link copied to clipboard
common
fun
isErrorByStatusCode
(
)
:
Boolean