variantAlsoNegotiates constant

HttpStatus const variantAlsoNegotiates

506 VARIANT ALSO NEGOTIATES.

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.

Implementation

static const HttpStatus variantAlsoNegotiates = HttpStatus._(
  code: HttpStatusCode.variantAlsoNegotiates,
  name: 'Variant Also Negotiates',
  description:
      '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.',
);