# CellValueNotComputedError Class

Error thrown when a formula cell's value is read before it has been computed.

Carries the address as a field, so callers can trace the cell without parsing it back out of the message. The missing address was the complaint in issue #444. Thrown by both ScalarFormulaVertex and ArrayFormulaVertex.

# Constructors

# constructor

+ new CellValueNotComputedError(address: SimpleCellAddress): CellValueNotComputedError

Defined in src/errors.ts:69 (opens new window)

Parameters:

Name Type
address SimpleCellAddress

Returns: CellValueNotComputedError

# Properties

# address Readonly

address: SimpleCellAddress

Defined in src/errors.ts:70 (opens new window)


# message

message: string


# name

name: string


# stack Optional

stack? : undefined | string


# Error Static

Error: ErrorConstructor