Constructor
new BareScriptParserError(error, line, columnNumberopt, lineNumberopt, nullable, scriptNameopt, nullable)
Create a BareScript parser error
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
error |
string | The error description |
|
line |
string | The line text |
|
columnNumber |
number |
<optional> |
The error column number |
lineNumber |
number |
<optional> <nullable> |
The error line number |
scriptName |
string |
<optional> <nullable> |
The script name |
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
error |
string | The error description |
|
line |
string | The line text |
|
columnNumber |
number | The error column number |
|
lineNumber |
number |
<nullable> |
The error line number |
scriptName |
string |
<nullable> |
The script name |
Extends
- Error