Globals
Abstract types
ManualQueryResultsCallback(err, rows, nextQuery, apiResponse)
Parameters
| Name | Type | Optional | Description | 
|---|---|---|---|
| err | Error | 
 | An error returned while making this request. Value can be null. | 
| rows | array | 
 | The results of the job. | 
| nextQuery | object | 
 | A pre-made configuration object for your next
                          request. This will be  Value can be null. | 
| apiResponse | object | 
 | The full API response. | 
QueryResultsCallback(err, rows)
Parameters
| Name | Type | Optional | Description | 
|---|---|---|---|
| err | Error | 
 | An error returned while making this request. Value can be null. | 
| rows | array | 
 | The results of the job. |