[[["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 `FlowsLimitedErrorCountRetryPolicy` class, which manages retries for `FlowsConnection` based on a count of errors encountered."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a specified limit, with `kUnavailable` being treated as transient."],["The class provides constructors to create instances, allowing control over the maximum number of transient failures permitted, and a setting to completely disable retries if needed."],["The class includes methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage and evaluate the retry state, and `clone()` to produce new reset instances."],["The latest version of the documentation available is 2.37.0-rc, with versions from 2.36.0 down to 2.11.0 also having documentation pages."]]],[]]