constant.ts 156 B

12345
  1. /** request id key */
  2. export const REQUEST_ID_KEY = 'X-Request-Id';
  3. /** the backend error code key */
  4. export const BACKEND_ERROR_CODE = 'ERR_BAD_REQUEST';