[[["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 retry attempts for the `CertificateManagerConnection` in C++."],["The retry policy halts if a non-transient error is encountered or if the number of transient failures exceeds a predefined limit."],["Transient errors are identified by the `kUnavailable` status code, and the policy's constructor takes the `maximum_failures` parameter to set the limit of tolerated transient errors."],["The policy includes functions like `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage the retry process, and `maximum_failures()` to check the maximum amount of failures allowed."],["The webpage provides access to the documentation of previous versions of the software, all the way back to version 2.11.0, with the latest version being 2.37.0-rc."]]],[]]