[[["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-21 UTC."],[[["This webpage details the `SqlSslCertsServiceLimitedErrorCountRetryPolicy`, which is a retry mechanism for `SqlSslCertsServiceConnection`."],["The policy will stop retrying if a non-transient error is encountered or if the number of transient failures exceeds a preset limit."],["Transient errors, specifically `kUnavailable`, are the only type of error considered retry-able under this policy."],["The policy allows setting the `maximum_failures` during construction, and passing 0 will disable retries."],["This class has multiple functions, including `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone() const`, along with two class specific constructors and a type alias called `BaseType`."]]],[]]