[[["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`, a retry mechanism for `SqlSslCertsServiceConnection` that halts retries on non-transient errors or after exceeding a set number of transient failures."],["The policy considers `kUnavailable` as a transient error status code."],["The class offers constructors to set the maximum allowed transient failures and can be disabled by setting `maximum_failures` to 0."],["It provides functions to check for exhaustion (`IsExhausted`), determine if a failure is permanent (`IsPermanentFailure`), and check the maximum failures (`maximum_failures`)."],["The `clone` function creates a new policy instance with an initial state."]]],[]]