[[["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 outlines the `ConfigLimitedErrorCountRetryPolicy`, a retry mechanism for `ConfigConnection` in Google Cloud C++ client libraries, which is designed to handle transient errors."],["The latest version of the configuration available is `2.37.0-rc`, with previous versions ranging from `2.36.0` down to `2.16.0`."],["The retry policy will stop if it encounters a non-transient error or if the number of transient errors exceeds a defined `maximum_failures` limit."],["Transient errors are currently defined as errors with the `kUnavailable` status code."],["The class provides constructors to set the `maximum_failures`, functions to manage retry status, and to determine if a failure is transient or not, as well as a method to clone the policy."]]],[]]