[[["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 `EventServiceLimitedErrorCountRetryPolicy` class in the Google Cloud Talent C++ library, specifically version 2.26.0, with links to other versions."],["The `EventServiceLimitedErrorCountRetryPolicy` is designed to retry operations of `EventServiceConnection` up to a certain number of times, only for transient errors and stopping upon encountering non-transient errors or exceeding the allowed failure count."],["Transient errors, that will trigger a retry, are identified by the status code `kUnavailable` by default."],["The class supports construction with a specified `maximum_failures` value, allowing for the configuration of the number of transient errors tolerated, with the possibility of disabling retries by setting `maximum_failures` to 0."],["The document details the class's constructors, its functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, and the `BaseType` alias."]]],[]]