[[["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 Talent C++ library, across various versions."],["The `CompanyServiceLimitedErrorCountRetryPolicy` is used to manage retries for `CompanyServiceConnection` by counting errors, specifically stopping retries on non-transient errors or when exceeding a defined number of transient failures."],["The class treats `kUnavailable` status codes as transient errors for the purposes of its retry mechanism."],["The retry policy can be configured to tolerate a certain number of transient failures, with the option to disable retries entirely by setting the `maximum_failures` parameter to 0."],["The document outlines various constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()` and type alias `BaseType` provided within the `CompanyServiceLimitedErrorCountRetryPolicy` class."]]],[]]