Global

Methods


bulkXHR(result, parentReq)

Fake jqXHR object because bulk calls do not have their own individual XHR requests.

Parameters:
Name Type Description
result object

object returned from the BulkAPI

Properties
Name Type Argument Default Description
status string | number <optional>
200

The response status.

status Object <optional>
200

The response headers.

contents Object <optional>
{}

The response contents.

parentReq HttpRequest

bulk API request that this request is a part of.