Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.exceptions
/
AxerException
Axer
Exception
common
@
Serializable
data
class
AxerException
(
val
id
:
Long
=
0
,
val
time
:
Long
,
val
error
:
SavableErrorFull
,
val
isFatal
:
Boolean
,
val
sessionIdentifier
:
String
)
Members
Constructors
Axer
Exception
Link copied to clipboard
common
constructor
(
id
:
Long
=
0
,
time
:
Long
,
error
:
SavableErrorFull
,
isFatal
:
Boolean
,
sessionIdentifier
:
String
)
Properties
error
Link copied to clipboard
common
val
error
:
SavableErrorFull
id
Link copied to clipboard
common
val
id
:
Long
=
0
is
Fatal
Link copied to clipboard
common
val
isFatal
:
Boolean
session
Identifier
Link copied to clipboard
common
val
sessionIdentifier
:
String
time
Link copied to clipboard
common
val
time
:
Long