[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]