Skip to main content

STATUS_RANGE_NOT_SATISFIABLE

Constant STATUS_RANGE_NOT_SATISFIABLE 

Source
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).