[[["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-17 UTC."],[[["This webpage provides documentation for the `ConfigLimitedErrorCountRetryPolicy` class, a retry mechanism used for the `ConfigConnection` in the Google Cloud C++ client library."],["The `ConfigLimitedErrorCountRetryPolicy` stops retrying when a non-transient error is encountered or when the number of transient failures exceeds the set limit."],["The class constructor accepts an integer to set the maximum number of transient errors allowed before ceasing retries, with the ability to disable retry loops by setting the maximum to 0."],["The available version reference for the class ranges from the latest release candidate version 2.37.0-rc down to 2.16.0, with links provided to navigate between the version documentation."],["This policy considers the `kUnavailable` status code as a transient error, and provides functions to determine exhaustion, and whether or not a failure is permanent."]]],[]]