cuba-platform / restapi

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

Server validation for unique fields #133

Open HegelPro opened 3 years ago

HegelPro commented 3 years ago

Environment Restapi version: 7.2.2

1) Create Entity with an Unique Field 3

2) If Entity with the unique field already exist 1 2

3) Try to add new Entity with existing unique 4 5

Need meta information about type error(e.g. UniqueValueError) and in which fields happened error. This will help to handle the error.