kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Runtime
/
ExceptionDetails
/
ExceptionDetails
Exception
Details
constructor
(
exceptionId
:
Int
,
text
:
String
,
lineNumber
:
Int
,
columnNumber
:
Int
,
scriptId
:
String
?
=
null
,
url
:
String
?
=
null
,
stackTrace
:
Runtime.StackTrace
?
=
null
,
exception
:
Runtime.RemoteObject
?
=
null
,
executionContextId
:
Int
?
=
null
,
exceptionMetaData
:
Map
<
String
,
JsonElement
>
?
=
null
)