[[["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 information on the `SqlAvailableDatabaseVersionsServiceLimitedErrorCountRetryPolicy`, a retry policy designed for the `SqlAvailableDatabaseVersionsServiceConnection` in the C++ library."],["The policy is used to manage transient errors during RPC calls, specifically the `kUnavailable` status code, and it will stop retrying when a non-transient error occurs or a maximum number of transient failures is reached."],["You can initialize the retry policy by setting the maximum number of transient errors allowed before stopping retries, with an option to disable retry by setting the `maximum_failures` to 0."],["This class includes various functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control and manage the retry behavior."],["The documentation is available for several versions of the library, ranging from version 2.11.0 to the latest release candidate version 2.37.0-rc."]]],[]]