[[["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 designed to manage retries for `SecureSourceManagerConnection` based on the number of errors encountered."],["The retry policy terminates when a non-transient error occurs or when the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only status codes considered to be transient errors in this instance."],["The policy's behavior can be configured during construction by setting the `maximum_failures` parameter, and setting this value to `0` effectively disables retries."],["The webpage provides documentation for multiple versions, with `2.37.0-rc` as the latest version."],["This retry policy class includes multiple constructors, and offers functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing retry behavior."]]],[]]