Skip to content
v3.3.0

CellError

+ new CellError(type: ErrorType, message?: undefined | string, root?: FormulaVertex): CellError

Defined in src/Cell.ts:149

Parameters:

NameType
typeErrorType
message?undefined | string
root?FormulaVertex

Returns: CellError

message? : undefined | string

Defined in src/Cell.ts:152


root? : FormulaVertex

Defined in src/Cell.ts:153


type: ErrorType

Defined in src/Cell.ts:151

attachRootVertex(vertex: FormulaVertex): CellError

Defined in src/Cell.ts:165

Parameters:

NameType
vertexFormulaVertex

Returns: CellError


parsingError(detailedMessage?: undefined | string): CellError

Defined in src/Cell.ts:161

Returns a CellError with a given message.

Parameters:

NameTypeDescription
detailedMessage?undefined | stringmessage to be displayed

Returns: CellError