StatementOutput

The code execution output in JSON format.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The code execution output.

Link copied to clipboard

The name of the error in the output.

Link copied to clipboard

The error value of the output.

Link copied to clipboard

The execution count of the output.

Link copied to clipboard

The status of the code execution output.

Link copied to clipboard

The traceback of the output.

Functions

Link copied to clipboard
inline fun copy(block: StatementOutput.Builder.() -> Unit = {}): StatementOutput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String