[[["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 a detailed overview of the `SqlAvailableDatabaseVersionsServiceLimitedErrorCountRetryPolicy`, focusing on its role in managing retries for the `SqlAvailableDatabaseVersionsServiceConnection` in the context of potential transient errors."],["The policy halts retries when non-transient errors occur or when the number of transient errors surpasses a predefined maximum, with `kUnavailable` being the sole status code classified as a transient error."],["The policy offers constructors that allow users to specify the maximum number of transient failures tolerated, with the option to disable retries entirely by setting `maximum_failures` to 0."],["The document lists multiple versions of the policy, starting from version `2.11.0` all the way up to `2.37.0-rc` (the latest)."],["The document details the functions of the policy, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, along with their parameters, and return types, clarifying how each function contributes to the policy's operation."]]],[]]