Files
reader-star/packages/axios/src/constant.ts
2026-01-16 13:06:44 +08:00

6 lines
152 B
TypeScript

/** request id key */
export const REQUEST_ID_KEY = 'X-Request-Id'
/** the backend error code key */
export const BACKEND_ERROR_CODE = 'BACKEND_ERROR'