chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.runtime
/
GetExceptionDetailsResponse
Get
Exception
Details
Response
@
Serializable
data
class
GetExceptionDetailsResponse
(
val
exceptionDetails
:
ExceptionDetails
?
=
null
)
(
source
)
Response type for the
RuntimeDomain.getExceptionDetails
command.
Members
Constructors
Get
Exception
Details
Response
Link copied to clipboard
constructor
(
exceptionDetails
:
ExceptionDetails
?
=
null
)
Properties
exception
Details
Link copied to clipboard
val
exceptionDetails
:
ExceptionDetails
?
=
null