[[["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-05-07 UTC."],[[["This document provides a comprehensive overview of the `CaseServiceLimitedErrorCountRetryPolicy`, detailing its usage across various versions, from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `CaseServiceLimitedErrorCountRetryPolicy` is designed to manage retries for `CaseServiceConnection` by halting the retry process upon encountering a non-transient error or exceeding a predefined limit of transient failures."],["Transient errors are defined as those with the `kUnavailable` status code, and the number of allowed transient failures can be configured during the creation of a `CaseServiceLimitedErrorCountRetryPolicy` instance, with a retry loop disabled if the `maximum_failures` parameter is set to 0."],["The class includes methods for checking the maximum number of failures, determining if the policy is exhausted, checking for permanent failure, and creating a clone of the retry policy."],["The document also outlines the available constructors, functions, and a type alias for this class, which can be used by developers to implement retry logic in their applications."]]],[]]