[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ManagedIdentitiesServiceLimitedErrorCountRetryPolicy`, which is designed to manage retries for the `ManagedIdentitiesServiceConnection` in the event of errors."],["The policy will stop retrying if a non-transient error is encountered or if the number of transient failures exceeds a set limit, and only `kUnavailable` status codes are classified as transient errors."],["You can customize the maximum number of transient errors tolerated through the `ManagedIdentitiesServiceLimitedErrorCountRetryPolicy(int)` constructor, allowing for disabling of retries by providing a value of 0."],["The class includes functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to get the maximum failures, handle failures, detect if policy is exhausted, identify permanent failures, and clone the retry policy, respectively."],["This page also contains links to multiple versions of this policy, ranging from the latest release candidate (2.37.0-rc) all the way back to version 2.11.0."]]],[]]