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