lineNumber
|
Type |
String |
|
Description |
The line number where the error is located. Used as a property of the options object passed to |
|
Required |
No |
Example
context.addError({
lineNumber: '1'
});