[[["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-04-09 UTC."],[[["This page details the `SqlSslCertsServiceLimitedErrorCountRetryPolicy` class, which implements a retry policy for `SqlSslCertsServiceConnection` by counting errors."],["The policy halts retries upon encountering a non-transient error or exceeding a defined number of transient failures, with `kUnavailable` status codes being the only status code treated as a transient error in this class."],["The class offers constructors to specify the maximum number of transient errors allowed before stopping retries, and the retry loop can be disabled by setting this maximum to 0."],["Key functionalities include `maximum_failures()` to get the maximum number of transient errors allowed, `OnFailure()` to manage the status of a request, `IsExhausted()` to check the current status of the policy, `IsPermanentFailure()` to check if a particular status is permanent, and `clone()` to reset and return the initial state of the policy."],["The page provides a reference to various versions of the `SqlSslCertsServiceLimitedErrorCountRetryPolicy` class, ranging from version `2.11.0` up to the latest release candidate `2.37.0-rc`, with `2.36.0` being the current release."]]],[]]