[[["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 webpage provides documentation for the `RowAccessPolicyServiceLimitedErrorCountRetryPolicy`, a retry policy for `RowAccessPolicyServiceConnection`."],["The policy limits retries based on the number of transient errors encountered, ceasing retries if a non-transient error occurs or the maximum number of transient failures is exceeded."],["The only status code treated as a transient error is `kUnavailable`."],["The policy's constructor `RowAccessPolicyServiceLimitedErrorCountRetryPolicy(int)` allows users to set the `maximum_failures` parameter, and passing 0 will disable the retry loop."],["This class also contains functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as an alias `BaseType` for `RowAccessPolicyServiceRetryPolicy`."]]],[]]