cuba-platform / restapi

CUBA REST API Add-on
Apache License 2.0
8 stars 7 forks source link

Incorrect response when submitting 'null' to enum property marked as 'required' #127

Closed vadimbasko closed 3 years ago

vadimbasko commented 4 years ago

AR: {"error":"Server error","details":""}

ER: JSON response with validation error for carType property

plakhov commented 3 years ago

After discussion with @andreysubbotin and @knstvk have been made a decision. If needed get a detailed message about an error must use bean validation annotation, e.g. NotNull because Column annotation sets the constraint only on the database level.