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