preconditionFailed constant

HttpStatus const preconditionFailed

412 Precondition Failed

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

Implementation

static const preconditionFailed = HttpStatus(412);