Tuesday, September 30, 2014

ASP.NET Web Api: Unwrapping HTTP Error Results and Model State Dictionaries Client-Side

When working with ASP.NET Web Api from a .NET client, one of the more confounding things can be handling the case where errors are returned from the Api. Specifically, unwrapping the various types of errors which may be returned from a specific API action method, and translating the error content into meaningful information for use be the client.



from dzone.com: latest front page http://www.dzone.com/links/r/aspnet_web_api_unwrapping_http_error_results_and.html

No comments:

Post a Comment