The HTTP 416 (Range Not Satisfiable) status code is returned by a server when the client requests a portion of a resource (using the Range header) that the server cannot provide.
The Range header is typically used when downloading larger files in chunks, when resuming interrupted downloads, or when streaming audio or video.