[[["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 `ServiceManagerLimitedErrorCountRetryPolicy` class in the Google Cloud C++ Service Management library, starting with version 2.11.0 and ending with the latest version `2.37.0-rc`."],["The `ServiceManagerLimitedErrorCountRetryPolicy` class defines a retry policy for `ServiceManagerConnection` that limits the number of transient errors before stopping retries."],["The policy treats `kUnavailable` status codes as transient errors, and stops retrying if a non-transient error is encountered or if the maximum number of transient failures is exceeded."],["The class provides constructors to set the maximum number of transient errors and functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `maximum_failures` to manage and define the retry behavior."],["Users can disable the retry loop by creating an instance of the policy with `maximum_failures` set to 0."]]],[]]