kiota-http-dotnet
kiota-http-dotnet copied to clipboard
RetryHandler should throw an APIException with retry error nested in the innerException.
Sourced from https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2444
In the event that the API fails in making a request due to a large number of retries, the retryHandler should return an ApiError
for a consistent experience and have the AggregateException with the listed errors as the InnerException.