kiota-http-dotnet icon indicating copy to clipboard operation
kiota-http-dotnet copied to clipboard

RetryHandler should throw an APIException with retry error nested in the innerException.

Open andrueastman opened this issue 10 months ago • 0 comments

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.

andrueastman avatar Apr 22 '24 14:04 andrueastman