CompileScriptResponse

@Serializable
data class CompileScriptResponse(val scriptId: ScriptId? = null, val exceptionDetails: ExceptionDetails? = null)(source)

Response type for the RuntimeDomain.compileScript command.

Constructors

Link copied to clipboard
constructor(scriptId: ScriptId? = null, exceptionDetails: ExceptionDetails? = null)

Properties

Link copied to clipboard

Exception details.

Link copied to clipboard
val scriptId: ScriptId? = null

Id of the script.