Click or drag to resize
IScriptSyntaxError Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface IScriptSyntaxError

The IScriptSyntaxError type exposes the following members.

Properties
  NameDescription
Public propertyColInLine
Position of the erroneous text from the beginning of the line
Public propertyErrLen
Length of the word where the error is located
Public propertyLineInTab
Line number in the section where the error is located
Public propertySecondaryFailure
The default value is false.
Public propertyTabIx
Number of the faulty section
Public propertyTextPos
Position of the erroneous text from the beginning of the script
Top
See Also