[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["This webpage details the `IamCheckerLimitedErrorCountRetryPolicy`, a retry mechanism for `IamCheckerConnection` in the Google Cloud Policy Troubleshooter C++ library."],["The retry policy halts when a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being considered a transient error."],["The policy is initialized with a constructor that accepts an integer for `maximum_failures`, setting the number of allowed transient errors, and can be disabled by setting `maximum_failures` to 0."],["The page lists several versions of the `IamCheckerLimitedErrorCountRetryPolicy`, including the latest release candidate `2.37.0-rc` and older versions dating back to `2.11.0`."],["The class includes functions to determine the maximum failures, check if a failure is permanent, ascertain whether the policy is exhausted, handle failures and clone the policy, all of which are detailed in this documentation."]]],[]]