[[["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 `IamCheckerLimitedErrorCountRetryPolicy`, a retry mechanism designed for `IamCheckerConnection` in the Google Cloud C++ Policy Troubleshooter library."],["The policy halts retries when encountering a non-transient error or when the number of transient failures exceeds a pre-defined limit."],["The `kUnavailable` status code is considered a transient error, allowing the policy to retry in such cases."],["Constructors allow creating an instance with a specified maximum number of transient errors tolerated, and retry loops can be disabled when the maximum number is set to 0."],["The class provides methods to check if the policy is exhausted, identify permanent failures, and create a reset copy of the current policy."]]],[]]