[[["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 `SqlEventsServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for SQL, specifically version 2.28.0."],["The `SqlEventsServiceLimitedErrorCountRetryPolicy` class implements a retry mechanism for `SqlEventsServiceConnection`, halting retries when a non-transient error is detected or a certain number of transient failures have occurred."],["The class considers the `kUnavailable` status code as a transient error, and provides a constructor that determines the number of transient failures allowed before stopping retries, even allowing users to disable retries by setting `maximum_failures` to 0."],["This policy class features methods for checking if the maximum number of failures has been exceeded (`IsExhausted`), if an error is permanent (`IsPermanentFailure`), and retrieving the maximum allowed failures (`maximum_failures`), and it includes cloning capabilities to produce a reset instance of the retry policy."],["It is possible to see all the versions related to this class going from 2.11.0 up to the latest one, which is 2.37.0-rc."]]],[]]