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