All Questions
Tagged with web-api coding-standards
1 question
1
vote
2
answers
664
views
Should I Aggregate Web API Errors?
The Situation
We are writing a REST API that performs validation up-front.
The code is written such that it tries to find as many errors as possible.
However, each error might correspond to a ...