Look up a Rails HTTP Status Code
416 - Requested Range Not Satisfiable
Rails HTTP Status code
:requested_range_not_satisfiable
When to use status code 416
The client has asked for a portion of the file (byte serving), but the server cannot supply that portion. For example, if the client asked for a part of the file that lies beyond the end of the file. Called "Requested Range Not Satisfiable" previously.