[[["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-05-02 UTC."],[[["This webpage provides documentation for the `PoliciesLimitedErrorCountRetryPolicy` class, a retry mechanism used for the `PoliciesConnection` in C++."],["The `PoliciesLimitedErrorCountRetryPolicy` stops retrying after encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` as a defined transient error."],["The retry policy can be customized to allow a specific number of transient errors, with the ability to disable the retry loop by setting `maximum_failures` to 0."],["The document includes constructor details, such as allowing the creation of a new instance with the maximum amount of failures and the ability to move or copy from another `PoliciesLimitedErrorCountRetryPolicy`, and also provides information on member functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, which are used to control and manage the retry behaviors."],["The documentation covers multiple versions, ranging from 2.11.0 to 2.37.0-rc, for the `PoliciesLimitedErrorCountRetryPolicy` class, showcasing the evolution and availability of the class over different library versions."]]],[]]