Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.exceptions
/
SessionEvent
Session
Event
common
@
Serializable
sealed
class
SessionEvent
Inheritors
Request
Response
Exception
Log
Members
Types
Exception
Link copied to clipboard
common
@
Serializable
data
class
Exception
(
val
exception
:
AxerException
)
:
SessionEvent
Log
Link copied to clipboard
common
@
Serializable
data
class
Log
(
val
logLine
:
LogLine
)
:
SessionEvent
Request
Link copied to clipboard
common
@
Serializable
data
class
Request
(
val
request
:
RequestShort
)
:
SessionEvent
Response
Link copied to clipboard
common
@
Serializable
data
class
Response
(
val
response
:
ResponseShort
)
:
SessionEvent
Properties
event
Time
Link copied to clipboard
common
val
eventTime
:
Long