Class UnprocessableEntityException

All Implemented Interfaces:
Serializable

Represents an HTTP 422 Unprocessable Entity response, which means that a resource was rejected by the server because it "violated applicable FHIR profiles or server business rules".

This exception will generally contain an IBaseOperationOutcome instance which details the failure.

See Also: