kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
ListErrorsReply
List
Errors
Reply
@
Serializable
class
ListErrorsReply
(
val
code
:
String
,
val
errors
:
List
<
ScriptDiagnostic
>
)
:
MessageContent
Members
Constructors
List
Errors
Reply
Link copied to clipboard
constructor
(
code
:
String
,
errors
:
List
<
ScriptDiagnostic
>
)
Properties
code
Link copied to clipboard
val
code
:
String
errors
Link copied to clipboard
val
errors
:
List
<
ScriptDiagnostic
>