Click or drag to resize
INxValidationError Interface

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

The INxValidationError type exposes the following members.

Properties
  NameDescription
Public propertyContext
Context related to the error, from the user app domain. It can be the identifier of an object, a field name, a table name. This parameter is optional.
Public propertyErrorCode
Error code. This parameter is always displayed in case of error.
Public propertyExtendedMessage
Internal information from the server. This parameter is optional.
Top
See Also