nonAuthoritativeInformation constant

int const nonAuthoritativeInformation

nonAuthoritativeInformation = 203.

This response code means returned meta-information set is not exact set as available from the origin server, but collected from a local or a third party copy.

Except this condition, 200 OK response should be preferred instead of this response.

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

Implementation

static const int nonAuthoritativeInformation = 203;