toggle menu
kotlin-jupyter-kernel
0.12.0-457
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
ErrorReplyContent
Error
Reply
Content
@
Serializable
abstract
class
ErrorReplyContent
:
MessageReplyContent
Inheritors
ExecuteErrorReply
CompleteErrorReply
UpdateClientMetadataErrorReply
Members
Constructors
Error
Reply
Content
Link copied to clipboard
constructor
(
)
Properties
name
Link copied to clipboard
@
SerialName
(
value
=
"ename"
)
abstract
val
name
:
String
status
Link copied to clipboard
open
val
status
:
MessageStatus
traceback
Link copied to clipboard
abstract
val
traceback
:
List
<
String
>
value
Link copied to clipboard
@
SerialName
(
value
=
"evalue"
)
abstract
val
value
:
String