pub const STATUS_RANGE_NOT_SATISFIABLE: u16 = 416;Expand description
HTTP status code for range not satisfiable.
The server sends this status code (416) when the requested Content-Range is invalid or cannot be satisfied (e.g., range exceeds resource size).