[[["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 `TestCasesLimitedErrorCountRetryPolicy` class, which manages retry attempts for `TestCasesConnection` in the Dialogflow CX C++ library."],["The policy limits retries based on the number of transient errors encountered, stopping if a non-transient error occurs or the maximum number of transient failures is reached."],["Transient errors are specifically identified by the `kUnavailable` status code, triggering a retry."],["The policy's behavior can be customized by setting the `maximum_failures` parameter during object construction, where a value of 0 disables retries entirely."],["The page also includes a history of the versions, with `2.37.0-rc` being the latest."]]],[]]