Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.23k stars 4.58k forks source link

[FEATURE REQ] Add 206 handling via SDK #44954

Open mehnoorsiddiqui opened 1 month ago

mehnoorsiddiqui commented 1 month ago

Library name

Azure.Search.Documents 11.5.1

Please describe the feature.

The API sometimes throws a 206 error, but there is no way to handle it through the SDK. In most cases, the results received when there is a 206 error are not very different from 200. Additionally, the 206 error is not critical, as some users may want to use the results of a 206 error. Therefore, it would be beneficial to add handling for this error in the SDK.

jsquire commented 1 month ago

Thank you for your feedback. Tagging and routing to the team member best able to assist.