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