[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 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."]]],[]]