[[["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-05-07 UTC."],[[["This webpage details the `IamCheckerLimitedErrorCountRetryPolicy`, a retry policy designed for `IamCheckerConnection` that operates by counting errors."],["The policy ceases retrying when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Transient errors are identified as those having a status code of `kUnavailable`."],["You can configure the maximum number of transient errors with the constructor, including disabling the retry loop entirely by setting `maximum_failures` to 0."],["The webpage has documentation on the class constructors, functions, and type aliases that are included with this retry policy."]]],[]]