NxValidationError Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - NxValidationError
 
 
- 
          AbstractStructure
          
Syntax
[ValueClass]
public class NxValidationError : AbstractStructure, IDisposable, INxValidationError, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| NxValidationError() | Creates an instance of the NxValidationError class | 
Properties
| 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 |