ScriptSyntaxError Class
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Inheritance
-
System.Object
- ScriptSyntaxError
Syntax
[ValueClass]
public class ScriptSyntaxError : IScriptSyntaxErrorConstructors
| Name | Description |
|---|---|
| ScriptSyntaxError() |
Properties
| Name | Description |
|---|---|
| ColInLine |
Position of the erroneous text from the beginning of the line. JSON property name: qColInLine |
| ErrLen |
Length of the word where the error is located. JSON property name: qErrLen |
| LineInTab |
Line number in the section where the error is located. JSON property name: qLineInTab |
| SecondaryFailure |
The default value is false. JSON property name: qSecondaryFailure |
| TabIx |
Number of the faulty section. JSON property name: qTabIx |
| TextPos |
Position of the erroneous text from the beginning of the script. JSON property name: qTextPos |