chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / CompileScriptResponse

CompileScriptResponse

data class CompileScriptResponse

Response type for the RuntimeDomain.compileScript command.

Constructors

<init>

Response type for the RuntimeDomain.compileScript command.

CompileScriptResponse(scriptId: ScriptId? = null, exceptionDetails: ExceptionDetails? = null)

Properties

exceptionDetails

Exception details.

val exceptionDetails: ExceptionDetails?

scriptId

Id of the script.

val scriptId: ScriptId?