...
Errors may occur in many different situations during the data processing. yuuvis® Momentum core offers in addition to the HTTP status code a well-defined structure and labeling and of any thrown error. It is thus possible to easily localize the origin of the problem. At the same time, automated catching and analyzing of errors can be implemented based on the fixed error structure and error codes.
...
Within the JSON list validationErrors
, the following parameters are provided for each error in the list:
Parameter | Description |
---|---|
message | String message describing the concrete error. |
serviceErrorCode | Four-digit Integer specifying the concrete error type. |
The HTTP status code is always returned together with the validation errors list, but not extra included into the individual entries.
...