[[["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 designed to manage retries for the `ContactCenterInsightsConnection` class."],["The retry policy ceases if a non-transient error occurs or if the number of transient failures exceeds a specified limit, only considering `kUnavailable` status codes as transient."],["The policy can be constructed to tolerate a set number of transient errors, with the option to disable retries by setting the maximum failures to zero."],["The class includes functions to determine if the retry policy is exhausted, if a failure is permanent, and to set the maximum failures."],["It also provides a function to create a new, reset instance of the retry policy with `clone()`."]]],[]]