[[["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-05 UTC."],[[["This page provides documentation for the `BatchServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for Batch."],["The `BatchServiceLimitedErrorCountRetryPolicy` class defines a retry strategy that limits the number of transient errors allowed before stopping retries for `BatchServiceConnection` RPC calls."],["The policy considers RPCs with the status code `kUnavailable` as transient errors and stops retrying if a non-transient error is encountered or if the maximum allowed number of transient failures is exceeded."],["The documentation includes details on the class's constructors, including one to set the maximum number of allowed failures, as well as its functions for checking the maximum number of failures, whether the policy is exhausted, if a failure is permanent and a function for cloning."],["The page also lists the available versions of this class, from `2.11.0` up to the latest release candidate `2.37.0-rc`."]]],[]]