[[["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-05-07 UTC."],[[["This webpage details the `LivestreamServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `LivestreamServiceConnection` that manages transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` being the only status code considered as transient in this class."],["The class constructor allows you to define the maximum number of transient errors tolerated before ceasing retries, with an option to disable the retry loop entirely by setting `maximum_failures` to 0."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, which collectively manage error handling and policy behavior."],["There is an extensive list of versions available, from version 2.37.0-rc to version 2.11.0, all of which have the same core functionality as they are all links to the same class and only differ in the version number."]]],[]]