[[["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."],[[["The latest version available for the `SqlTiersServiceRetryPolicy` is 2.37.0-rc, with a comprehensive list of previous versions ranging from 2.36.0 down to 2.11.0."],["This document details the retry policy for `SqlTiersServiceConnection`, outlining its behavior when interacting with the service."],["Key functions of the `SqlTiersServiceRetryPolicy` include `clone()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, each serving specific roles in managing retry logic."],["`OnFailure()` and `IsPermanentFailure()` functions accept a `Status const &` parameter to evaluate the failure conditions and determine if retries are appropriate."],["`IsExhausted()` and `clone()` functions are used for determing if the policy is exhausted and creating a copy respectively, both functions returns a `bool` and a `std::unique_ptr\u003c SqlTiersServiceRetryPolicy \u003e` respectively."]]],[]]