Variable NOT_ACCEPTABLEConst

NOT_ACCEPTABLE: 406

406 Not Acceptable

This response is sent when the web server, after performing server-driven content negotiation, doesn't find any content that conforms to the criteria given by the user agent.

import { NOT_ACCEPTABLE } from 'costatus';

https://developer.mozilla.org/docs/Web/HTTP/Status/406