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
If there are multiple errors returned in my batch response, is it possible to get them all?
I see this in AssignBatchActionResultsAsync():
if (exceptions.Any()) { throw exceptions.First(); }
Am I correct in my understanding that if there are more errors, I will not get them from my ODataBatch?
I'm a bit of a junior so please help me understand it if I'm not thinking about it the correct way.
The text was updated successfully, but these errors were encountered:
Hi @calebshannon , Did you manage to capture all the errors from the batch? I would like to get all the errors and handle them on my side.
Sorry, something went wrong.
No, I ended up not using an OData client library for my project.
No branches or pull requests
If there are multiple errors returned in my batch response, is it possible to get them all?
I see this in AssignBatchActionResultsAsync():
Am I correct in my understanding that if there are more errors, I will not get them from my ODataBatch?
I'm a bit of a junior so please help me understand it if I'm not thinking about it the correct way.
The text was updated successfully, but these errors were encountered: