[[["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 `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."]]],[]]