notAcceptable constant

HttpStatus const notAcceptable

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.

Implementation

static const notAcceptable = HttpStatus(406);