NamedExpressionNameIsInvalidError
Error thrown when the name given for the named expression is invalid.
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new NamedExpressionNameIsInvalidError(expressionName: string): NamedExpressionNameIsInvalidError
Defined in src/errors.ts:92
Parameters:
| Name | Type |
|---|---|
expressionName | string |
Returns: NamedExpressionNameIsInvalidError
Properties
Section titled “Properties”message
Section titled “message”• message: string
• name: string
• stack? : undefined | string
▪ Error: ErrorConstructor