'Validation on server display to user or just send error 400

I need to do server validation in c# after I have done client validation in Angular. I read many posts in stackoverflow on this matter. But didn't find an answer. Should I send error such as 400 when validation on the server fails or should I display to user the errors and which fields should be fixed. Thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source