Class UnprocessableEntity

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(422) @Schema(description="Unprocessable Entity") public class UnprocessableEntity extends BasicHttpException
Exception representing an HTTP 422 (Unprocessable Entity).

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

See Also: