[[["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 documentation for the `JobServiceLimitedErrorCountRetryPolicy` class in the Google Cloud Talent C++ library, detailing its use in managing retries for `JobServiceConnection`."],["The policy retries requests until a non-transient error occurs or the maximum allowed number of transient failures is reached, with `kUnavailable` being treated as a transient error."],["You can initialize `JobServiceLimitedErrorCountRetryPolicy` instances specifying `maximum_failures` that it will tolerate, with a `maximum_failures` of `0` effectively disabling the retry loop."],["The document lists several available versions, with `2.37.0-rc` as the latest, for this specific retry policy and includes links to detailed documentation for each version."],["The class provides several functions including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and query the state of the retry policy."]]],[]]