[[["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-04-17 UTC."],[[["This document provides a list of C++ versions for `ProductServiceLimitedErrorCountRetryPolicy`, from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["`ProductServiceLimitedErrorCountRetryPolicy` is a retry policy for `ProductServiceConnection` that limits retries based on the number of detected errors, ceasing retries on non-transient errors or after exceeding the maximum failure threshold."],["The policy treats the `kUnavailable` status code as a transient error."],["You can control the maximum number of transient errors tolerated using the constructor `ProductServiceLimitedErrorCountRetryPolicy(int maximum_failures)`."],["The document outlines the functions and constructors related to this policy, including methods to determine if the retry policy is exhausted, if a failure is permanent and if a given status code should be considered a failure, along with the ability to clone the policy."]]],[]]