[[["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-09 UTC."],[[["This page details the `ServicesLimitedErrorCountRetryPolicy`, a retry mechanism for `ServicesConnection` that halts retries after encountering a non-transient error or exceeding a set number of transient failures."],["The policy treats `kUnavailable` status codes as transient errors, and the user can control the maximum number of tolerated failures."],["The policy offers constructors, `ServicesLimitedErrorCountRetryPolicy(int)`, `ServicesLimitedErrorCountRetryPolicy(ServicesLimitedErrorCountRetryPolicy &&)`, `ServicesLimitedErrorCountRetryPolicy(ServicesLimitedErrorCountRetryPolicy const &)`, that allow for creation, along with the `maximum_failures()` function to retrieve the set limit."],["The policy has several key virtual functions to assist in handling failures, determining if the retry has been exhausted, or if the error is permanent: `OnFailure(Status const &)`, `IsExhausted() const`, `IsPermanentFailure(Status const &) const`, and `clone() const`."],["There is an alias, `BaseType`, provided to help with understanding that this class uses `ServicesRetryPolicy` as its base."]]],[]]