Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.exceptions
Package-level
declarations
Types
Types
Axer
Exception
Link copied to clipboard
common
@
Serializable
data
class
AxerException
(
val
id
:
Long
=
0
,
val
time
:
Long
,
val
error
:
SavableErrorFull
,
val
isFatal
:
Boolean
,
val
sessionIdentifier
:
String
)
Session
Event
Link copied to clipboard
common
@
Serializable
sealed
class
SessionEvent
Session
Exception
Link copied to clipboard
common
@
Serializable
data
class
SessionException
(
val
exception
:
AxerException
,
val
events
:
List
<
SessionEvent
>
)