[[["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 describes the `RowAccessPolicyServiceLimitedErrorCountRetryPolicy`, a retry policy for `RowAccessPolicyServiceConnection` that is based on counting the number of errors."],["The policy will stop retrying if a non-transient error is returned by an RPC, or if the number of transient failures exceeds the maximum prescribed."],["`kUnavailable` is treated as a transient error in this retry policy."],["The class allows the configuration of the maximum number of transient errors tolerated via the `maximum_failures` parameter during the construction."],["The policy class has functions `OnFailure`, `IsExhausted`, `IsPermanentFailure` and `clone` that are used to handle failures and control the policy, and also offers a `maximum_failures()` function that returns the current maximum failure threshold."]]],[]]