Reaktiv
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Reaktiv
reaktiv-introspection
/
io.github.syrou.reaktiv.introspection.protocol
/
CrashInfo
Crash
Info
@
Serializable
data
class
CrashInfo
(
val
timestamp
:
Long
,
val
exception
:
CrashException
)
Crash information with timestamp and exception details.
Members
Constructors
Crash
Info
Link copied to clipboard
constructor
(
timestamp
:
Long
,
exception
:
CrashException
)
Properties
exception
Link copied to clipboard
val
exception
:
CrashException
timestamp
Link copied to clipboard
val
timestamp
:
Long