kotlin-jupyter-kernel
Toggle table of contents
0.14.1-522
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.repl
/
CompletionResult
/
Error
Error
class
Error
(
errorName
:
String
,
errorValue
:
String
,
traceBack
:
List
<
String
>
)
:
CompletionResult
Members
Constructors
Error
Link copied to clipboard
constructor
(
errorName
:
String
,
errorValue
:
String
,
traceBack
:
List
<
String
>
)
Properties
message
Link copied to clipboard
open
override
val
message
:
MessageContent