kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Runtime
/
ExceptionThrownParameter
Exception
Thrown
Parameter
@
Serializable
data
class
ExceptionThrownParameter
(
val
timestamp
:
Double
,
val
exceptionDetails
:
Runtime.ExceptionDetails
)
Issued when exception was thrown and unhandled.
Members
Constructors
Exception
Thrown
Parameter
Link copied to clipboard
constructor
(
timestamp
:
Double
,
exceptionDetails
:
Runtime.ExceptionDetails
)
Properties
exception
Details
Link copied to clipboard
val
exceptionDetails
:
Runtime.ExceptionDetails
timestamp
Link copied to clipboard
val
timestamp
:
Double
Timestamp of the exception.