@tableau/taco-toolkit
Version:
Tableau Connector Toolkit
37 lines • 1.97 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConnectorLaunchStatus = void 0;
/**
* Connector launch/extract status derived from ExtractorMessage status which is
* the original message sent from extractor app.
*
* This status is used in the EPS /extract api responses.
*/
var ConnectorLaunchStatus;
(function (ConnectorLaunchStatus) {
/**
* Extractor process gets started, extractor API is ready, and the initial
* data extraction completes.
*/
ConnectorLaunchStatus["Extract"] = "extract";
/**
* Extractor process gets started, extractor API is ready, but the initial
* data extraction fails.
*/
ConnectorLaunchStatus["Error"] = "error";
/**
* App user explicitly cancels the connection, e.g. close the connector UI.
*/
ConnectorLaunchStatus["Canceled"] = "canceled";
/**
* Extractor process has started, but the process crashes during data extraction.
* Normally, the error is logged on the extractor side.
*/
ConnectorLaunchStatus["Aborted"] = "aborted";
/**
* Seems it was designated for taco/connector related errors, it's currently
* misused for all unknowns...
*/
ConnectorLaunchStatus["BadTaco"] = "badTaco";
})(ConnectorLaunchStatus = exports.ConnectorLaunchStatus || (exports.ConnectorLaunchStatus = {}));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29ubmVjdG9yLWxhdW5jaC1zdGF0dXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvc2hhcmVkL2VudW1zL2Nvbm5lY3Rvci1sYXVuY2gtc3RhdHVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBOzs7OztHQUtHO0FBQ0gsSUFBWSxxQkF5Qlg7QUF6QkQsV0FBWSxxQkFBcUI7SUFDL0I7OztPQUdHO0lBQ0gsNENBQW1CLENBQUE7SUFDbkI7OztPQUdHO0lBQ0gsd0NBQWUsQ0FBQTtJQUNmOztPQUVHO0lBQ0gsOENBQXFCLENBQUE7SUFDckI7OztPQUdHO0lBQ0gsNENBQW1CLENBQUE7SUFDbkI7OztPQUdHO0lBQ0gsNENBQW1CLENBQUE7QUFDckIsQ0FBQyxFQXpCVyxxQkFBcUIsR0FBckIsNkJBQXFCLEtBQXJCLDZCQUFxQixRQXlCaEMifQ==