[[["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-04-09 UTC."],[[["This document provides documentation for the `JobServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Talent C++ library, specifically for version 2.36.0."],["This retry policy is designed for `JobServiceConnection` and is based on counting the number of errors encountered during RPC calls, ceasing retries if a non-transient error occurs or the maximum number of transient failures is exceeded."],["Transient errors are identified by the `kUnavailable` status code, and the policy allows for a configurable `maximum_failures` value to control the number of allowed transient errors before giving up, with the retry loop being disabled when `maximum_failures` is 0."],["The class provides constructors to create instances, functions to check if the maximum failures has been reached, to check if a failure is permanent or a transient error, to check if the policy is exhausted and to get the maximum failures allowed, and a function to clone itself."],["There is also a list of earlier versions of the library which can be accessed, with `2.37.0-rc` being the latest release candidate."]]],[]]