[[["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 document provides information on the `CertificateManagerLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `CertificateManagerConnection` in the context of transient errors."],["The retry policy is based on counting errors, and it stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit."],["Transient errors, specifically `kUnavailable`, are the only errors this policy is built to retry, and the retry loop can be disabled by setting `maximum_failures` to 0 when constructing an instance."],["The class provides constructors to create new instances and functions to manage the retry process, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."],["The document also lists various versions of the `CertificateManagerLimitedErrorCountRetryPolicy`, including version `2.37.0-rc` (latest), and down to `2.11.0`, and details the available parameters and return types for the different functions and constructors."]]],[]]