variantAlsoNegotiates constant

int const variantAlsoNegotiates

variantAlsoNegotiates = 506.

This response code is used when the server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/506

Implementation

static const int variantAlsoNegotiates = 506;