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