[[["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 page details the `ManagedIdentitiesServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ library used to manage retry attempts for the `ManagedIdentitiesServiceConnection` based on error counts."],["The retry policy halts if a non-transient error is encountered or if the number of transient failures surpasses the predefined `maximum_failures`."],["Transient errors for this class are specifically defined as those with the status code `kUnavailable`."],["The policy can be configured to disable retries by setting `maximum_failures` to 0."],["The page outlines multiple constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, and the `BaseType` alias for this retry policy."]]],[]]