[[["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 webpage details the `LimitedErrorCountRetryPolicy` class, which is designed to handle transient errors in RPC calls by retrying a certain number of times before failing."],["The policy stops retrying if it encounters a non-transient error or if the number of transient errors exceeds the specified `maximum_failures` count, with transient errors defined as `kAborted`, `kInternal`, `kUnavailable`, and `kResourceExhausted`."],["The `LimitedErrorCountRetryPolicy` class provides constructors to set the maximum number of failures and methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage the retry logic and error handling."],["The page lists the availability of different versions, from 2.11.0 to 2.37.0-rc (latest), of the reference for this policy, alongside the base version 2.28.0 for which the current information is based."],["The function `clone()` allows the creation of a new instance of the retry policy, reset to its initial state, and `BaseType` is defined as an alias for `RetryPolicy`."]]],[]]