[[["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 in `SecureSourceManagerConnection`."],["The retry policy will stop if a non-transient error is received or if the number of transient failures exceeds a predetermined threshold."],["Transient errors are defined as those that have the status code `kUnavailable`."],["You can customize the tolerance for transient errors by setting the `maximum_failures` parameter when constructing the policy, or disable retry loops by setting this parameter to `0`."],["This class provides methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`."]]],[]]