[[["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`, which is a retry policy for `CertificateManagerConnection` that is based on counting errors."],["The policy stops retrying if a non-transient error is returned, or if the number of transient failures exceeds a defined maximum."],["The only error code treated as transient within this policy is `kUnavailable`."],["The `CertificateManagerLimitedErrorCountRetryPolicy` allows configuration with a `maximum_failures` parameter, which is an int, to control the number of transient errors allowed before stopping."],["The webpage offers details on the constructors and functions, such as `maximum_failures()`, `OnFailure(Status const &)`, and `IsPermanentFailure(Status const &)`, available in the `CertificateManagerLimitedErrorCountRetryPolicy` class, as well as the `clone()` function which is used to create a new instance."]]],[]]