Using Custom "ProblemDetailsFactory" (2/3)
This article shows, how one can return a structured response from an ASP.NET web API in case of errors (exceptions & model validations). One way to do that is by using custom ProblemDetailsFactory.
1. What is ProblemDetailsFactory?
ProblemDetailsFact...
evolving-engineer.hashnode.dev6 min read