rangeNotSatisfiable constant
HttpStatus
const rangeNotSatisfiable
416 Range Not Satisfiable
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.
Implementation
static const rangeNotSatisfiable = HttpStatus(416);