data class CompileScriptResponse
Response type for the RuntimeDomain.compileScript command.
<init> |
Response type for the RuntimeDomain.compileScript command. CompileScriptResponse(scriptId: ScriptId? = null, exceptionDetails: ExceptionDetails? = null) |
exceptionDetails |
Exception details. val exceptionDetails: ExceptionDetails? |
scriptId |
Id of the script. val scriptId: ScriptId? |