notAcceptable constant

int const notAcceptable

notAcceptable = 406.

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

https://tools.ietf.org/html/rfc7231#section-6.5.6

Implementation

static const int notAcceptable = 406;