[[["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 page provides documentation for the `KnowledgeBasesLimitedErrorCountRetryPolicy` class within the Dialogflow ES C++ library, across various versions."],["The `KnowledgeBasesLimitedErrorCountRetryPolicy` class implements a retry strategy for `KnowledgeBasesConnection`, stopping if there's a non-transient error or too many transient failures."],["This policy considers the `kUnavailable` status code as a transient error that would prompt a retry attempt, and it's possible to disable the retry loop by setting the maximum failures to 0."],["The class supports various constructors such as allowing the maximum number of transient errors to be set, or a copy and move constructor."],["The page lists multiple functions, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, that control the retry behavior."]]],[]]