[[["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-14 UTC."],[[["This webpage details the `ManagedIdentitiesServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ library, specifically for managing retries in `ManagedIdentitiesServiceConnection` based on the number of encountered errors."],["The retry policy halts if a non-transient error occurs or if the number of transient errors surpasses a predefined maximum, with `kUnavailable` status codes considered as transient errors."],["The policy is created through the use of the `ManagedIdentitiesServiceLimitedErrorCountRetryPolicy(int)` constructor, where the integer represents the maximum amount of transient errors that will be tolerated before it will stop."],["The class offers methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to configure and manage the retry behavior, as well as determine the status of the retry policy."],["This webpage lists available versions for this class, with version `2.37.0-rc` being the latest, while this content is related to version `2.18.0`."]]],[]]