[[["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 mechanism for `SqlTiersServiceConnection` in C++."],["The policy limits retries based on a specified number of transient errors, ceasing if a non-transient error occurs or the maximum number of transient errors is reached."],["Transient errors are specifically defined as those returning a `kUnavailable` status code."],["The class allows configuration via a constructor accepting the maximum number of allowed transient failures, and disabling the retry loop is achievable by setting `maximum_failures` to 0."],["The documentation also covers the other constructors, functions and type aliases, such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone` and `BaseType`."]]],[]]