You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the ResponseContent received is sometimes not JSON. One user received the following error; it's possible that the ResponseContent is html rather than a JSON string.
Error :Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
It may be helpful to handle this error more gracefully and provide the user with a better message.
The text was updated successfully, but these errors were encountered:
If a non 2XX error code is received, then
resultRequest.ResponseContent
is deserialized by Newtonsoft.Json.faunadb-csharp/FaunaDB.Client/Client/FaunaClient.cs
Line 183 in a5c58cf
However, the ResponseContent received is sometimes not JSON. One user received the following error; it's possible that the ResponseContent is html rather than a JSON string.
It may be helpful to handle this error more gracefully and provide the user with a better message.
The text was updated successfully, but these errors were encountered: