chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.runtime
/
CompileScriptResponse
Compile
Script
Response
@
Serializable
data
class
CompileScriptResponse
(
val
scriptId
:
ScriptId
?
=
null
,
val
exceptionDetails
:
ExceptionDetails
?
=
null
)
(
source
)
Response type for the
RuntimeDomain.compileScript
command.
Members
Constructors
Compile
Script
Response
Link copied to clipboard
constructor
(
scriptId
:
ScriptId
?
=
null
,
exceptionDetails
:
ExceptionDetails
?
=
null
)
Properties
exception
Details
Link copied to clipboard
val
exceptionDetails
:
ExceptionDetails
?
=
null
Exception details.
script
Id
Link copied to clipboard
val
scriptId
:
ScriptId
?
=
null
Id of the script.