Files
dashboard/frontend/packages/axios/src/constant.ts
T

6 lines
154 B
TypeScript
Raw Normal View History

2026-07-16 16:34:18 +08:00
/** request id key */
export const REQUEST_ID_KEY = 'X-Request-Id';
/** the backend error code key */
export const BACKEND_ERROR_CODE = 'BACKEND_ERROR';