pub const STATUS_GONE: u16 = 410;Expand description
HTTP status code for history dropped (Section 4.5).
The server sends this status code (410 Gone) when it has discarded version history before the requested version. The client must restart synchronization from scratch by clearing its local state.