Compile Script Response
data class CompileScriptResponse(scriptId: ScriptId?, exceptionDetails: ExceptionDetails?)
Content copied to clipboard
Represents response frame that is returned from Runtime#compileScript operation call. Compiles expression.
See also
Constructors
CompileScriptResponse
Link copied to clipboard
fun CompileScriptResponse(scriptId: ScriptId? = null, exceptionDetails: ExceptionDetails? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard