[[["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 webpage details the `ContactCenterInsightsLimitedErrorCountRetryPolicy`, which is used to manage retries for `ContactCenterInsightsConnection`."],["The retry policy will stop if a non-transient error is detected or if the number of transient failures exceeds a predefined limit."],["Transient errors are defined as those that result in a `kUnavailable` status code."],["You can adjust the tolerance for transient errors by setting the `maximum_failures` parameter during the class instantiation, setting it to 0 will disable retries."],["This class has several functions, including `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone() const`, each serving a specific function in the retry process, along with some constructors."]]],[]]