[[["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 details the `SqlInstanceNamesServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ library for managing retries in `SqlInstanceNamesServiceConnection`."],["The retry policy is based on a limited count of errors, stopping retries if a non-transient error occurs or if the number of transient failures exceeds a specified maximum."],["Transient errors in this context are specifically defined as those with the status code `kUnavailable`."],["The policy can be configured with a constructor to set the `maximum_failures`, with the option to disable retries by setting `maximum_failures` to 0."],["The class includes functions for checking if retries are exhausted, if a failure is permanent, and for cloning the policy to reset it, along with a function for checking the `maximum_failures` value."]]],[]]