NON_AUTHORITATIVE_INFORMATION constant

int const NON_AUTHORITATIVE_INFORMATION

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 NON_AUTHORITATIVE_INFORMATION = 203;