[[["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-21 UTC."],[[["This page provides documentation for the `SqlSslCertsServiceLimitedErrorCountRetryPolicy` class, a retry policy designed for `SqlSslCertsServiceConnection` that limits retries based on the number of errors encountered."],["The policy stops retrying when a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code treated as a transient error."],["Users can create an instance of the policy with a specified `maximum_failures` value, and if this is set to `0`, the retry loop will be disabled."],["The class includes various constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `clone()`, and a type alias `BaseType` for managing error handling and policy state."],["The page covers versions ranging from `2.37.0-rc` (latest) down to `2.11.0`, showing that a history of previous versions are accessible on this webpage."]]],[]]