SODA.NET icon indicating copy to clipboard operation
SODA.NET copied to clipboard

One or More Errors, Error Count Zero

Open wadnr-kwon490 opened this issue 2 years ago • 3 comments

During an Upsert, the following error message is bubbling up from SODA.NET:

"One or more errors occurred."

However, the error count is zero, and no further information is provided.

If an exception is being handled, information is not being displayed. Can you assist with deciphering this?

Thanks, Kevan

wadnr-kwon490 avatar May 17 '22 20:05 wadnr-kwon490

I should also have noted that application only arbitrarily fails. Most of the time it succeeds.

Retrying the Upsert, with the same Data (that produced the error above) is ultimately successful.

-Kevan

wadnr-kwon490 avatar May 17 '22 20:05 wadnr-kwon490

It's probably related to these 2 lines of code. More likely line 239 so may help to also return ex.InnerException.Message.

wadnr-rche490 avatar May 17 '22 20:05 wadnr-rche490

Still seeing these issues on Upsert, but the Errors contain no useful information.

Please, take a look at changing the way Errors are being handled and how they bubble up.

Thank you, Kevan

wadnr-kwon490 avatar Jul 22 '22 19:07 wadnr-kwon490