Reaktiv
Toggle table of contents
wasmJs
Platform filter
wasmJs
Switch theme
Search in API
Reaktiv
reaktiv-devtools
/
io.github.syrou.reaktiv.devtools.ui
/
CrashEventInfo
Crash
Event
Info
wasmJs
@
Serializable
data
class
CrashEventInfo
(
val
timestamp
:
Long
,
val
clientId
:
String
,
val
exception
:
CrashException
)
(
source
)
Represents crash information displayed in the timeline.
Members
Constructors
Crash
Event
Info
Link copied to clipboard
wasmJs
constructor
(
timestamp
:
Long
,
clientId
:
String
,
exception
:
CrashException
)
Properties
client
Id
Link copied to clipboard
wasmJs
val
clientId
:
String
exception
Link copied to clipboard
wasmJs
val
exception
:
CrashException
timestamp
Link copied to clipboard
wasmJs
val
timestamp
:
Long