Click or drag to resize
ErrorData Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineErrorData

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

The ErrorData type exposes the following members.

Constructors
  NameDescription
Public methodErrorData
Initializes a new instance of the ErrorData class
Top
Properties
  NameDescription
Public propertyErrorDataCode
Type of the error messages.
Public propertyErrorString
Detailed information about the error message.
Public propertyLine
Script statement where the error occurs.
Public propertyLineEnd
Line termination characters.
Top
See Also