@gooddata/api-client-bear
Version:
API Client for the GoodData platform
8 lines • 467 B
JavaScript
// (C) 2019 GoodData Corporation
export const SUCCESS_REQUEST_STATUS = 200;
export const ACCEPTED_REQUEST_STATUS = 202;
export const BAD_REQUEST_STATUS = 400;
export const BAD_REQUEST_MESSAGE = "Bad Request";
export const ERROR_RESTRICTED_CODE = "Export to required format is not allowed for data flagged as restricted.";
export const ERROR_RESTRICTED_MESSAGE = "You cannot export this insight because it contains restricted data.";
//# sourceMappingURL=errors.js.map