Milan Jovanovićmilanjovanovic.hashnode.dev·Oct 19, 2024Problem Details for ASP.NET Core APIsWhen developing HTTP APIs, providing consistent and informative error responses is crucial for a smooth developer experience. Problem Details in ASP.NET Core offers a standardized solution to this challenge, ensuring your APIs communicate errors effe...69 readsREST API
Vedant Phougatevolving-engineer.hashnode.dev·Jul 4, 2023Using 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...346 readsStructured Error Response from Web APIasp.net core