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