Problem Details - The right way to specify errors in Web API responses
The need for Problem Details
Often when you are developing REST APIs, one of the tough conversations to have with the consumers of your API (web client, mobile app, other 3rd parties, etc.) is defining the way your API would specify errors. Now, this...
kumarashwinhubert.com8 min read
S3Kglitches
So how to provide the Details field in the ProblemDetails object when returning NotFound()?