Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Explanation of the single fields

FieldExample Value / TypeDescription
errorCodeE1094This is the error code linking to a brief description / explanation of the problem in the translate5 event code list.
httpStatus422 or 409The HTTP status of the answer, as returned also in the request headers. In the explained case 422 or 409.
errorMessagesee aboveA short explanation of the error in english.
messageUnprocessable EntityThe textual representation of the HTTP status code, here "Unprocessable Entity" or "Conflict"
successtrue or falsesimple flag representing the success state of the response, here of course false.
errorshashmapA hashmap containing the input field containing the value which produces the problem, and an array of string identifier of the problem in english.
errorsTranslatedhashmapThe same structure as the above errors field, with the difference that the error texts are translated in the language of the currently authenticated user.