Const
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'; Copy
import { NOT_ACCEPTABLE } from 'costatus';
https://developer.mozilla.org/docs/Web/HTTP/Status/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.
https://developer.mozilla.org/docs/Web/HTTP/Status/406