[[["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-14 UTC."],[[["This document provides documentation for the `JobsLimitedErrorCountRetryPolicy` class, a retry policy for `JobsConnection` in the Google Cloud Run C++ client library."],["The policy retries RPC calls based on error counts, stopping if a non-transient error occurs or if the number of transient failures exceeds a defined maximum, with `kUnavailable` being the status code treated as transient."],["The class has constructors that allow configuring the maximum number of allowed transient failures, with the ability to disable retries by setting this number to 0."],["It includes functions to check if the maximum failures has been reached (`IsExhausted`), check for permanent failure (`IsPermanentFailure`), check maximum failure count (`maximum_failures`), and determine if a failure should be retried (`OnFailure`), and clone the policy (`clone`)."],["A list of all the available versions of the `JobsLimitedErrorCountRetryPolicy` is present, from 2.37.0-rc down to 2.11.0."]]],[]]