[[["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-07 UTC."],[[["This webpage details the `FeaturestoreServiceLimitedErrorCountRetryPolicy`, a retry policy for `FeaturestoreServiceConnection` that manages transient errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds a set limit."],["Transient errors are defined as those returning a `kUnavailable` status code."],["You can customize the maximum number of transient failures allowed during construction of the class, including setting the maximum failures to `0` to disable retries."],["The class offers several methods, such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, to manage and interact with the retry logic."]]],[]]