unprocessableEntity constant

int const unprocessableEntity

unprocessableEntity = 422.

The request was well-formed but was unable to be followed due to semantic errors.

https://tools.ietf.org/html/rfc2518#section-10.3

Implementation

static const int unprocessableEntity = 422;