[[["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 reference information for the `CompanyServiceLimitedErrorCountRetryPolicy` class in the Google Cloud C++ Talent library, covering multiple versions from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The `CompanyServiceLimitedErrorCountRetryPolicy` is designed to manage retries for `CompanyServiceConnection`, specifically stopping retries if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["The class treats the `kUnavailable` status code as a transient error, and it features constructors to set the maximum number of transient errors to tolerate, including the option to disable retries by setting `maximum_failures` to 0."],["The document outlines the various functions within the class such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with their respective return types and parameters."],["The document defines a type alias `BaseType` that is an alias for `CompanyServiceRetryPolicy`."]]],[]]