Constructor
new ExpressionParseError(message, position, source)
Parameters:
| Name | Type | Description |
|---|---|---|
message |
string | What went wrong. |
position |
number | Character offset in the expression. |
source |
string | The expression being parsed. |
- Source:
Members
position :number
Type:
- number
- Source:
source :string
Type:
- string
- Source: