We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
It's probably related to these 2 lines of code. More likely line 239 so may help to also return ex.InnerException.Message.
ex.InnerException.Message
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: