CellErrorMetaData

data class CellErrorMetaData(val executionCount: ExecutionCount, val linesOfUserSourceCode: Int)

Helper class for tracking metadata needed to correctly enhance errors that happens in user code as a consequence of executing a cell.

Constructors

Link copied to clipboard
constructor(executionCount: ExecutionCount, linesOfUserSourceCode: Int)

Properties

Link copied to clipboard
Link copied to clipboard