[[["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."],[[["The document details the `CompanyServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `CompanyServiceConnection` in the Google Cloud Talent C++ library."],["This retry policy terminates if a non-transient error occurs or if the number of transient failures exceeds a defined limit, with `kUnavailable` being the only considered transient status code."],["The policy is instantiated with a constructor that accepts an integer specifying the maximum number of allowed transient errors, which can also be set to zero to disable the retry loop."],["The policy contains methods to manage and check the retry's status, such as `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to check if retrying should occur."],["The document covers the latest release candidate version `2.37.0-rc` and several previous versions, all the way down to version 2.11.0, each version links to its relevant documentation."]]],[]]