[[["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 webpage details the `CertificateManagerLimitedErrorCountRetryPolicy` class, which manages retries for the `CertificateManagerConnection` in case of errors."],["The retry policy is designed to halt retries when encountering non-transient errors or when the number of transient failures surpasses a predetermined limit."],["Transient errors, as defined by this policy, are limited to status codes with the value of `kUnavailable`."],["The policy offers constructors allowing users to set the maximum number of allowed transient errors, including an option to disable retries entirely, by setting the maximum failures to 0."],["The page also lists the available functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, alongside their respective parameters, return types, and descriptions, plus a single type alias."]]],[]]