[[["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 document provides a detailed overview of the `AnswerRecordsLimitedErrorCountRetryPolicy`, a retry mechanism used in the Dialogflow ES C++ library for handling errors in `AnswerRecordsConnection`."],["The policy is designed to stop retrying operations if a non-transient error is encountered or if the number of transient failures exceeds a specified limit."],["Transient errors in this context are specifically identified as RPCs returning a `kUnavailable` status code."],["The policy can be customized by setting a maximum number of transient failures using the `AnswerRecordsLimitedErrorCountRetryPolicy(int)` constructor, it can also be completely disabled if the maximum failure is set to `0`."],["This document lists the class constructors, functions and type aliases, along with the version history from 2.11.0 to 2.37.0-rc of the described retry policy."]]],[]]