[[["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 page details the `LivestreamServiceLimitedErrorCountRetryPolicy`, a retry policy for `LivestreamServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding the preset number of permitted transient failures, with `kUnavailable` status codes being treated as transient errors."],["Users can customize the retry behavior by setting the `maximum_failures` parameter when constructing the policy, even disabling retries by setting it to 0."],["The functions provided let you check the maximum failures, if the limit has been exhausted or if a failure is permanent, and whether or not it was a failure."],["This policy class also offers cloning capabilities, through the `clone()` function which allows the creation of new, reset instances of the policy."]]],[]]