[[["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 webpage provides documentation for the `SqlConnectServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ library and is used for managing retries in `SqlConnectServiceConnection`."],["The retry policy is based on counting errors and stops retrying when a non-transient error is encountered or the maximum number of transient failures is exceeded, treating `kUnavailable` as a transient error."],["The class supports configuring the maximum number of transient failures using its constructor, with the ability to disable retries by setting `maximum_failures` to 0."],["The documentation includes details about the class's constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with a type alias `BaseType`."],["Multiple versions of the class documentation are available, ranging from 2.11.0 to 2.37.0-rc (latest), with each version offering links to documentation on the `SqlConnectServiceLimitedErrorCountRetryPolicy` for that specific version."]]],[]]