preconditionFailed constant

int const preconditionFailed

preconditionFailed = 412.

The client has indicated preconditions in its headers which the server does not meet.

https://tools.ietf.org/html/rfc7232#section-4.2

Implementation

static const int preconditionFailed = 412;