Variable UNPROCESSABLE_CONTENTConst

UNPROCESSABLE_CONTENT: 422

422 Unprocessable Content

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

import { UNPROCESSABLE_CONTENT } from 'costatus';

https://developer.mozilla.org/docs/Web/HTTP/Status/422