UNPKG

@gooddata/gooddata-js

Version:
9 lines (8 loc) 437 B
// (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.";