[[["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-14 UTC."],[[["This webpage details the `SecureSourceManagerLimitedErrorCountRetryPolicy`, which is used for managing retries based on the number of errors encountered, specifically for `SecureSourceManagerConnection`."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the status code that is considered transient."],["You can create an instance of this policy, and the `maximum_failures` parameter determines how many transient errors are tolerated before retries cease; setting `maximum_failures` to 0 disables the retry loop."],["The policy includes methods to check if the retry limit is exhausted (`IsExhausted`), determine if an error is a permanent failure (`IsPermanentFailure`), and whether a given status warrants a retry attempt (`OnFailure`)."],["The page provides details on several versions of this policy, ranging from 2.20.0 up to the latest release candidate 2.37.0-rc, as well as associated classes, constructors, functions, and type aliases."]]],[]]