[[["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 document provides details on the `SecureSourceManagerLimitedErrorCountRetryPolicy`, a retry mechanism for `SecureSourceManagerConnection` that is based on counting the number of errors."],["The retry policy halts when a non-transient error occurs or when the number of transient failures exceeds a specified limit, with `kUnavailable` status codes being the only codes treated as transient errors."],["The `SecureSourceManagerLimitedErrorCountRetryPolicy` class includes constructors for creating instances, taking an integer for maximum failures as a parameter, and allows disabling the retry loop by setting the `maximum_failures` parameter to 0."],["The class also includes functions like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage the retry policy, and `BaseType` is an alias of `SecureSourceManagerRetryPolicy`."],["The document provides a list of links for different versions of this class, including the latest release candidate 2.37.0-rc, with the oldest version being 2.18.0."]]],[]]