[[["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 `LivestreamServiceLimitedErrorCountRetryPolicy`, a retry policy for `LivestreamServiceConnection` that manages retries based on the count of errors encountered."],["The policy stops retrying when non-transient errors occur or when the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only errors treated as transient."],["You can create an instance of this policy with a customizable `maximum_failures` parameter, enabling you to specify the number of transient errors to tolerate before stopping, while a `maximum_failures` of 0 will disable the retry loop entirely."],["The class provides several constructors and functions, including methods to determine the maximum number of failures, if the policy is exhausted, and whether a failure is permanent."],["The latest version is 2.37.0-rc, and there is a list of versions down to 2.11.0, with links to the corresponding documentation."]]],[]]