[[["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-03-21 UTC."],[[["This page details the `DataStoreServiceLimitedErrorCountRetryPolicy`, a retry policy for `DataStoreServiceConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying when a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["The `DataStoreServiceLimitedErrorCountRetryPolicy` can be configured using the `maximum_failures` parameter during construction, allowing users to specify how many transient failures are allowed, or to completely disable retries by setting this to 0."],["The latest version of this class is `2.37.0-rc`, but there are other versions available going back to version `2.15.1`, with links to each version's documentation."],["The retry policy has several functions, including `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, which manage the retry process and state."]]],[]]