ErrorJupyterResponse

class ErrorJupyterResponse(val stdErr: String?, val exception: ReplException? = null, val metadata: EvaluatedSnippetMetadata? = null) : JupyterResponse

Constructors

Link copied to clipboard
constructor(stdErr: String?, exception: ReplException? = null, metadata: EvaluatedSnippetMetadata? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val exception: ReplException? = null
Link copied to clipboard
open override val metadata: EvaluatedSnippetMetadata? = null
Link copied to clipboard
open override val status: MessageStatus
Link copied to clipboard
open override val stdErr: String?

Error message if any. The value of this will depend on the implementation: