[[["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-04-17 UTC."],[[["This document provides information on the `ProductServiceLimitedErrorCountRetryPolicy`, a class that manages retry attempts for `ProductServiceConnection` in response to errors."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors, specifically those with a `kUnavailable` status code, will trigger retry attempts, and it's possible to stop the retry loop by setting the maximum number of failures to 0."],["The policy includes constructors for creating instances with a specific `maximum_failures` parameter, as well as copy and move constructors."],["Several functions are provided to manage retry status, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with a type alias `BaseType`."]]],[]]