[[["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`, a retry policy used for `SecureSourceManagerConnection` that limits the number of transient errors before stopping retries."],["The policy ceases retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can control the maximum number of transient errors tolerated using the constructor, `SecureSourceManagerLimitedErrorCountRetryPolicy(int)`, with the option to disable retries by setting `maximum_failures` to 0."],["The class provides methods to check if the policy is exhausted (`IsExhausted`), handle failures (`OnFailure`), and determine if a failure is permanent (`IsPermanentFailure`)."],["The page provides access to older versions of the documentation, ranging from `2.37.0-rc` (the latest version) to `2.18.0`, allowing users to browse documentation based on the version they are using."]]],[]]