[[["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 `SqlConnectServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL services."],["The retry policy is designed to manage transient errors in RPC calls, specifically those with the `kUnavailable` status code."],["The policy stops retrying when a non-transient error occurs or when the number of transient failures exceeds a predefined maximum."],["You can create the retry policy with a parameter that defines the `maximum_failures` allowed before stopping the retries and to disable retries, set `maximum_failures` to 0."],["The documentation includes details on the class's constructors, functions like `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `maximum_failures()`, as well as a `clone()` function to create a new instance."]]],[]]