[[["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 document outlines the `VersionsLimitedErrorCountRetryPolicy` class, which manages retries for `VersionsConnection` in the Dialogflow ES C++ library, based on error counts."],["The policy halts retries when a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can construct instances of this retry policy, setting a tolerance for up to `maximum_failures` transient errors, and you can effectively disable retries by setting `maximum_failures` to zero."],["The class provides functions to determine the `maximum_failures`, check if retries are exhausted (`IsExhausted`), assess if a failure is permanent (`IsPermanentFailure`), and also it provides a way to clone itself to a reset state."],["The document lists different versions of the `VersionsLimitedErrorCountRetryPolicy`, from 2.11.0 all the way to 2.37.0-rc which is the latest."]]],[]]