[[["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 details on the `CompanyServiceLimitedErrorCountRetryPolicy`, a class that manages retries for the `CompanyServiceConnection`."],["The retry policy is designed to halt if a non-transient error occurs or if the number of transient failures exceeds a specified limit, considering `kUnavailable` as a transient error status."],["The class offers constructors for creating instances with a set `maximum_failures` threshold, and allows users to disable the retry mechanism by setting `maximum_failures` to 0."],["It also allows users to check the current state of the policy such as its maximum failures with `maximum_failures()`, if it's exhausted with `IsExhausted()` and if it is a permanent failure with `IsPermanentFailure()`."],["The document also includes a list of available versions, ranging from the latest release candidate (2.37.0-rc) to version 2.11.0, each linking to the respective documentation for `CompanyServiceLimitedErrorCountRetryPolicy`."]]],[]]