[[["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 occurs or if the number of transient failures exceeds a specified limit."],["The `kUnavailable` status code is the only one that will be treated as a transient error within this policy."],["This class allows for the adjustment of the maximum number of transient failures using the constructor `RowAccessPolicyServiceLimitedErrorCountRetryPolicy(int)`."],["The function `clone()` allows for the creation of a new instance of the policy that is reset to the original state."]]],[]]