[[["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-26 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."]]],[]]