[[["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 `SecureSourceManagerLimitedErrorCountRetryPolicy`, which is used for managing retries based on the number of errors encountered in `SecureSourceManagerConnection`."],["The policy stops retrying when a non-transient error occurs or when the number of transient errors exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors under this specific policy."],["The policy can be customized with a specified `maximum_failures` parameter during its construction, allowing it to disable the retry loop by setting the value to `0`."],["The class allows retrieving the maximum number of failures allowed with the `maximum_failures()` function and can be reset to the initial state using the `clone()` function."]]],[]]