5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
/**
|
|
* HTTP status code for "Not Acceptable" error.
|
|
*/
|
|
export const HTTP_STATUS_CODE_NOT_ACCEPTED = 406;
|