[[["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 details the `ServicesLimitedErrorCountRetryPolicy` class, which is designed for managing retries in `ServicesConnection` based on the number of encountered errors."],["The policy halts retries when it encounters a non-transient error or when the number of transient failures exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors, triggering the retry mechanism."],["The class offers constructors to establish instances, determining the `maximum_failures` tolerance, and allows for copying and moving of instances."],["It provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` for retry logic control, along with a `BaseType` alias for `ServicesRetryPolicy`."]]],[]]