[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 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`)."]]],[]]