toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
ListErrorsReply
List
Errors
Reply
@
Serializable
class
ListErrorsReply
(
val
code
:
String
,
val
errors
:
List
<
ScriptDiagnostic
>
)
:
AbstractMessageContent
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
>