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
I call this code in a loop and during one iteration I got the following unhandled exception:
Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
at Newtonsoft.Json.JsonTextReader.ParseValue()
at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonSerializer.Deserialize[T](JsonReader reader)
at Acklann.Plaid.PlaidClient.CreateResponse[TResponse](HttpResponseMessage response)
at Acklann.Plaid.PlaidClient.PostAsync[TResponse](String path, SerializableContent request)
at TransactionChecker.Program.CheckForNewTransactionsAsync(Boolean firstRun) in C:\Users\derek\source\repos\TransactionChecker\TransactionChecker\Program.cs:line 85
Could this be wrapped up into a PlaidException and return GetTransactionsResponse.IsSuccessStatusCode = false?
The text was updated successfully, but these errors were encountered:
I have the following code:
I call this code in a loop and during one iteration I got the following unhandled exception:
Could this be wrapped up into a
PlaidException
and returnGetTransactionsResponse.IsSuccessStatusCode = false
?The text was updated successfully, but these errors were encountered: