6 lines
152 B
TypeScript
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'
|