ReplCompilerException
class ReplCompilerException(val failedCode: String, val errorResult: ResultWithDiagnostics.Failure? = null, message: String? = null, metadata: CellErrorMetaData? = null) : ReplException, ReplExceptionCause
Exception type for compile time errors happening in the user's code.
Constructors
Link copied to clipboard
constructor(failedCode: String, errorResult: ResultWithDiagnostics.Failure? = null, message: String? = null, metadata: CellErrorMetaData? = null)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard