[[["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 provides documentation for the `SqlTiersServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `SqlTiersServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy halts retries if a non-transient error is returned or if the number of transient errors exceeds a predefined threshold, with `kUnavailable` status codes considered as transient errors."],["You can create an instance of the `SqlTiersServiceLimitedErrorCountRetryPolicy` with a specified maximum number of allowed transient failures, and can even disable the retry loop by setting `maximum_failures` to 0."],["The documentation covers the constructors, functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as the type alias `BaseType`."],["This class is documented within the context of multiple versions of the library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc, and each version has the same documentation and capability."]]],[]]