[[["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-02 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`."]]],[]]