[[["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-21 UTC."],[[["This webpage provides documentation for the `SqlOperationsServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL, specifically version 2.20.0 and onwards, and includes access to other versions."],["The `SqlOperationsServiceLimitedErrorCountRetryPolicy` class defines a retry policy for `SqlOperationsServiceConnection` that stops retrying if a non-transient error occurs or if the number of transient errors, such as `kUnavailable`, exceeds a set maximum."],["The policy can be customized by setting a `maximum_failures` parameter during construction, allowing control over the number of transient errors tolerated, and it can be completely disabled by setting it to zero."],["The class offers functions to check if the maximum failures has been reached (`IsExhausted`), if a failure is considered permanent (`IsPermanentFailure`), and to clone the current instance, and it uses `OnFailure` to handle a failure status."],["The documentation provides a list of various versions of the documentation, ranging from version 2.11.0 up to the latest 2.37.0-rc, as well as some intermediate versions, such as 2.25.1, and 2.22.1."]]],[]]