...
Parameter | Description |
---|---|
message | String message describing the concrete error. |
serviceErrorCode | Four-digit Integer specifying the concrete error type. |
...
Together with each non-empty validation errors list, the HTTP status code 422 is always returned
...
, but not extra included into the individual entries.
The following code block shows an example error structure that can occur during a schema validation:
...