Handling HTTP API Errors with Problem Details

added by DotNetKicks
11/3/2021 9:49:22 PM

437 Views

If you're developing an HTTP API, having a consistent way of returning errors can make handling errors on the client-side simpler. I've talked about Problem Details in another video, which is a standard for returning machine-readable details of errors in an HTTP Response.


0 comments