[[["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 page details the `SqlSslCertsServiceLimitedErrorCountRetryPolicy` class, which defines a retry policy for `SqlSslCertsServiceConnection` based on the number of errors encountered."],["The policy stops retrying if a non-transient error is returned or if the number of transient failures exceeds a set limit, treating `kUnavailable` status codes as transient."],["The class offers constructors to create instances with a specified `maximum_failures` threshold, allowing you to disable retries by setting this value to 0."],["The class offers functions such as `maximum_failures()` to return the maximum failure count, `OnFailure()` to handle a failure status, and functions such as `IsExhausted()`, `IsPermanentFailure()` and `clone()` for checking if it is exhausted, if it is permanent, and to create a clone."],["The most up to date version covered on the page is version 2.37.0-rc, with a range of versions from 2.11.0 to that."]]],[]]