NET Core Error Responses
.NET
Here’s a decent mechanism for returning useful errors from a WEB API.
Aside: We have a standing test API (OGA.RESTAPI_Testing.Service) that will return examples of this, here: http://192.168.1.201:4250/swagger/index.html
We can compose an instance of the Pro...