# DetailedCellError Class
# Constructors
# constructor
+ new DetailedCellError(error
: CellError, value
: string, address?
: undefined | string): DetailedCellError
Defined in src/CellValue.ts:13 (opens new window)
Parameters:
Name | Type |
---|---|
error | CellError |
value | string |
address? | undefined | string |
Returns: DetailedCellError
# Properties
# address OptionalReadonly
• address? : undefined | string
Defined in src/CellValue.ts:18 (opens new window)
# message Readonly
• message: string
Defined in src/CellValue.ts:13 (opens new window)
# type Readonly
• type: ErrorType
Defined in src/CellValue.ts:12 (opens new window)
# value Readonly
• value: string
Defined in src/CellValue.ts:17 (opens new window)
# Methods
# toString
▸ toString(): string
Defined in src/CellValue.ts:24 (opens new window)
Returns: string
# valueOf
▸ valueOf(): string
Defined in src/CellValue.ts:28 (opens new window)
Returns: string