[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]