[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-01 UTC."],[[["This document provides details on the `JobServiceLimitedErrorCountRetryPolicy`, a class used for handling retries in the `JobServiceConnection` for Google Cloud Talent."],["The retry policy is designed to halt further retry attempts if a non-transient error is encountered or if the number of transient failures exceeds a predefined maximum."],["Only the `kUnavailable` status code is treated as a transient error, and therefore eligible for a retry under this retry policy class."],["The retry policy can be disabled by setting the `maximum_failures` parameter to 0 during the `JobServiceLimitedErrorCountRetryPolicy` class constructor."],["The class offers various functions, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`, for managing the retry logic and it also has a `maximum_failures()` function that returns the current maximum failures allowed."]]],[]]