IBulkResult Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Response for an individual request in a bulk request set.
Syntax
[ValueClass]
public interface IBulkResultProperties
| 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 |