[[["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 policy that limits the number of transient errors before stopping retries."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a set limit."],["Transient errors are specifically identified as those with the `kUnavailable` status code."],["The class allows creating instances with a defined maximum number of transient failures, with the option to disable retries by setting `maximum_failures` to 0."],["The policy includes functions to check if retries are exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and to handle a failure (`OnFailure`), as well as a function to return the max number of failures (`maximum_failures`), and a function to clone the object, returning a reset version (`clone`)."]]],[]]