BulkResult Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Response for an individual request in a bulk request set.
Inheritance
- 
      System.Object
      - BulkResult
 
Syntax
[ValueClass]
public class BulkResult : IBulkResultConstructors
| Name | Description | 
|---|---|
| BulkResult() | 
Properties
| Name | Description | 
|---|---|
| Error | Error code if the operation specification was faulty or if the operation ended with an exception. Otherwise LOCERR_GENERIC_OK. JSON property name: qError | 
| ErrorMsg | Diagnostic message about the error. JSON property name: qErrorMsg | 
| RequestOutput | Root object for the return value and any named output arguments of the method. JSON property name: qRequestOutput |