[[["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 details the `CompanyServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `CompanyServiceConnection` in the Google Cloud Talent C++ library."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a defined limit."],["Transient errors are defined as having the status code `kUnavailable`."],["The policy allows setting a `maximum_failures` parameter to control the number of tolerated transient errors and can be disabled by setting the parameter to 0."],["The document also describes several key functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` that are relevant to this retry policy."]]],[]]