jaxio / celerio-angular-quickstart

Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Apache License 2.0
481 stars 138 forks source link

Send custom error mesage from backend to UI #68

Open DevRonin opened 6 years ago

DevRonin commented 6 years ago

Any posibility to send custom error message from backend? If we have some validation checks on domain level and this fail (ex. on Add/Update) how we can send error message to UI?