PakhomovAlexander opened a new pull request, #978:
URL: https://github.com/apache/ignite-3/pull/978

   Now everything that we are going to print should go through
   UI component. The list of UI components decide how to render
   errors, tables and more.
   
   ValidationProblem is removed because it is impossible to
   understand from the http status code to what class body
   should be deserialized: Problem or ValidationProblem (both
   of them have 400 http code). So, now there is only one
   Problem that in case of validation issue provides additional
   information in `invalidParams` field.
   
   Also, removed all dots from commands output and description.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to