[[["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-21 UTC."],[[["This document provides documentation for the `TenantServiceLimitedErrorCountRetryPolicy` class, which is used to define a retry policy for `TenantServiceConnection` in the Google Cloud Talent API C++ client library."],["The retry policy will stop if a non-transient error occurs or if the number of transient errors exceeds the defined maximum."],["Transient errors are determined by `kUnavailable` status codes."],["The `TenantServiceLimitedErrorCountRetryPolicy` class is constructed with an integer, `maximum_failures`, that indicates how many errors it will tolerate, and providing 0 will disable the retry loop."],["The `TenantServiceLimitedErrorCountRetryPolicy` class has several functions to check if a retry attempt should be made (`OnFailure`, `IsExhausted`), if the error is permanent (`IsPermanentFailure`), and a clone function for creating new policy instances."]]],[]]