@gooddata/gooddata-js
Version:
GoodData JavaScript SDK
10 lines (9 loc) • 480 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// (C) 2019 GoodData Corporation
exports.SUCCESS_REQUEST_STATUS = 200;
exports.ACCEPTED_REQUEST_STATUS = 202;
exports.BAD_REQUEST_STATUS = 400;
exports.BAD_REQUEST_MESSAGE = "Bad Request";
exports.ERROR_RESTRICTED_CODE = "Export to required format is not allowed for data flagged as restricted.";
exports.ERROR_RESTRICTED_MESSAGE = "You cannot export this insight because it contains restricted data.";