requestedRangeNotSatisfiable constant

int const requestedRangeNotSatisfiable

requestedRangeNotSatisfiable = 416.

The range specified by the Range header field in the request can't be fulfilled; it's possible that the range is outside the size of the target URI's data.

https://tools.ietf.org/html/rfc7233#section-4.4

Implementation

static const int requestedRangeNotSatisfiable = 416;