kotlin-jupyter-kernel
Toggle table of contents
0.14.1-497-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
ExecuteErrorReply
/
ExecuteErrorReply
Execute
Error
Reply
constructor
(
executionCount
:
ExecutionCount
,
name
:
String
,
value
:
String
,
traceback
:
List
<
String
>
,
additionalInfo
:
JsonObject
)