[[["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 information on the `ConversationModelsLimitedErrorCountRetryPolicy` class within the Google Cloud Dialogflow ES C++ library, detailing its functionality for handling transient errors during RPC calls."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, treating the `kUnavailable` status code as a transient error."],["The class provides constructors to create instances, allowing customization of the `maximum_failures` parameter to control the number of tolerated transient errors, with a value of 0 disabling the retry mechanism."],["Key functions include `maximum_failures()` to retrieve the maximum allowed failures, `OnFailure()` to handle status codes, and `IsExhausted()` and `IsPermanentFailure()` to assess the state of the policy and error type."],["The document lists numerous versions of the class, ranging from 2.11.0 to 2.37.0-rc, showing the historical availability and evolution of this specific retry policy, including the latest release candidate."]]],[]]