[[["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` class, which is designed to manage retries for `RowAccessPolicyServiceConnection` in the event of errors."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined limit set during initialization."],["The class treats `kUnavailable` as a transient error, and users can disable retries by setting `maximum_failures` to 0 during construction."],["The documentation covers the class constructors, which supports setting the `maximum_failures` for the retry policy, and also copy and move constructor."],["The documentation details the functions available in this class which are: `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, `clone()` as well as the type alias `BaseType`."]]],[]]