[[["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 page details the `SqlSslCertsServiceLimitedErrorCountRetryPolicy`, which is a retry mechanism for `SqlSslCertsServiceConnection` that halts upon encountering a non-transient error or surpassing a specified number of transient failures."],["The policy treats the `kUnavailable` status code as a transient error and supports customization via a constructor that accepts `maximum_failures`, which defines the maximum number of transient errors before ceasing retries, with the ability to disable the retry loop entirely by setting it to 0."],["It provides methods like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` for managing retries and checking the state of the retry policy, along with a `maximum_failures` method to retrieve the maximum allowed transient failures, and also type aliases such as `BaseType` as `SqlSslCertsServiceRetryPolicy`."],["The document has a version history, from 2.37.0-rc down to 2.11.0, with the latest version being 2.37.0-rc."]]],[]]