PreconditionFailed

Constant PreconditionFailed 

Source
pub const PreconditionFailed: u16 = 412;
Expand description

The 412 (Precondition Failed) status code indicates that one or more conditions given in the request header fields evaluated to false when tested on the server (Section 13). This response status code allows the client to place preconditions on the current resource state (its current representations and metadata) and, thus, prevent the request method from being applied if the target resource is in an unexpected state.