Variable RANGE_NOT_SATISFIABLEConst

RANGE_NOT_SATISFIABLE: 416

416 Range Not Satisfiable

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

import { RANGE_NOT_SATISFIABLE } from 'costatus';

https://developer.mozilla.org/docs/Web/HTTP/Status/416