[[["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-14 UTC."],[[["This document provides a detailed overview of the `DatastreamLimitedErrorCountRetryPolicy`, a class for handling retries in `DatastreamConnection` by counting errors."],["The retry policy halts if it encounters a non-transient error or exceeds a specified number of transient failures, with `kUnavailable` being treated as the only transient error."],["Users can customize the maximum number of tolerated transient errors via the constructor `DatastreamLimitedErrorCountRetryPolicy(int maximum_failures)`."],["The class offers methods to check the number of maximum failures, `maximum_failures()`, determine if a failure is permanent, `IsPermanentFailure()`, or exhausted, `IsExhausted()`, and control retries, `OnFailure()`, alongside functionality to clone itself, `clone()`."],["The document also lists the different versions of this class, from the latest 2.37.0-rc down to 2.11.0."]]],[]]