[[["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-04-23 UTC."],[[["This webpage details the `LivestreamServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `LivestreamServiceConnection` that limits the number of transient errors before stopping retries."],["The policy classifies the `kUnavailable` status code as a transient error and will stop retrying if a non-transient error or if more than the prescribed number of transient failures occur."],["You can disable the retry loop by creating an instance of this policy with `maximum_failures` set to 0."],["The policy provides functions such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` for managing the retry process, along with a `clone()` method to reset the policy."],["The page also lists multiple versions of this policy, with the most recent being version 2.37.0-rc."]]],[]]