NamedExpressionNameIsAlreadyTakenError
Error thrown when the given named expression already exists in the workbook and therefore it cannot be added.
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new NamedExpressionNameIsAlreadyTakenError(expressionName: string): NamedExpressionNameIsAlreadyTakenError
Defined in src/errors.ts:83
Parameters:
| Name | Type |
|---|---|
expressionName | string |
Returns: NamedExpressionNameIsAlreadyTakenError
Properties
Section titled “Properties”message
Section titled “message”• message: string
• name: string
• stack? : undefined | string
▪ Error: ErrorConstructor