Files
sync-server-v2/source/constants.ts
T
2026-07-27 10:20:12 +00:00

5 lines
106 B
TypeScript

/**
* HTTP status code for "Not Acceptable" error.
*/
export const HTTP_STATUS_CODE_NOT_ACCEPTED = 406;