UNPKG

@gooddata/gooddata-js

Version:
10 lines (9 loc) 480 B
"use strict"; 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.";