-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
Azure.Search: Determine the correct approach for nested SearchErrors #10598
Comments
and |
The service is working these out now. We'll probably have to put this in |
An example of an error that triggers this assert is from the test
|
It is a known issue - Azure#10598
This is also causing the same 8 test failures in Search weekly tests where the tests expects a particular exception to be thrown but the assert fires instead. |
* Enable GeoJson support in Azure.Search.Documents * Use a GeoJson field in search test resources Update tests * Create shared instance of GeoJsonConverter * Suppress assert triggered by nested errors It is a known issue - #10598
@Mohit-Chakraborty anything else left for us to do here? |
I see there has been a reformatting of code and we have removed the custom code in favor of using the common impl from I thought we still need a way to agree on how to surface nested errors. I will follow-up on it. |
@ShivangiReja could you please check if there is anything left to be done here or can we close this issue? |
@ShivangiReja I believe we can close this issue as not planned. Please feel free to open if you feel otherwise. /cc: @tg-msft as FYI. |
The swagger includes nested errors as details and we should determine how we want to expose them.
The text was updated successfully, but these errors were encountered: