SenseNet / sn-client-dotnet

A .Net client for sensenet that makes it easy to use the REST API of the Content Repository.
https://www.sensenet.com/
GNU General Public License v2.0
7 stars 16 forks source link

Parse html server error messages #60

Closed tusmester closed 2 years ago

tusmester commented 2 years ago

Currently we handle only json error messages that come from the server. We have to at least try to parse the error if it is a html response and extract useful information if possible.