INxValidationError Interface
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface INxValidationError : IAbstractStructureProperties
| Name | Description |
|---|---|
| Context |
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. JSON property name: qContext |
| ErrorCode |
Error code. This parameter is always displayed in case of error. JSON property name: qErrorCode |
| ExtendedMessage |
Internal information from the server. This parameter is optional. JSON property name: qExtendedMessage |