DashSoftwareSolutions / DashAccountingSystemV2

ASP.NET Core + React/Redux SPA powered Simple Ledger and Time Tracking System for small businesses
GNU General Public License v3.0
12 stars 4 forks source link

[Full Stack] - More advanced API Error Handling (using RFC 7807 spec for "Problem Details" responses) #40

Open groberts314 opened 3 years ago

groberts314 commented 3 years ago

See: https://datatracker.ietf.org/doc/html/rfc7807 https://docs.microsoft.com/en-us/aspnet/core/web-api/handle-errors?view=aspnetcore-5.0#producing-a-problemdetails-payload-for-exceptions https://www.nuget.org/packages/Hellang.Middleware.ProblemDetails/ https://github.com/khellang/Middleware/tree/master/samples/ProblemDetails.Sample