[[["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-05 UTC."],[[["This document outlines the `RowAccessPolicyServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `RowAccessPolicyServiceConnection` that retries based on the number of errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating the status code `kUnavailable` as a transient error."],["You can set the maximum number of transient failures to be tolerated by providing the `maximum_failures` parameter in the constructor, and setting this parameter to `0` disables the retry loop."],["The policy includes methods to determine if a failure is permanent (`IsPermanentFailure`), if the retry policy is exhausted (`IsExhausted`), and to handle failures (`OnFailure`)."],["It also provides the ability to create a fresh instance of the policy, reset to its initial state, via the `clone()` method, as well as other parameters such as `maximum_failures()`."]]],[]]