[[["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-14 UTC."],[[["This document provides information on the `DocumentSchemaServiceLimitedErrorCountRetryPolicy`, which is a retry policy designed for `DocumentSchemaServiceConnection`."],["The retry policy stops if an RPC returns a non-transient error or if more than a specified number of transient failures occur."],["The policy treats the `kUnavailable` status code as a transient error."],["Users can create an instance of this policy with a defined maximum number of transient errors it can tolerate, effectively disabling the retry loop when set to 0."],["The class offers functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage the retry process and provide flexibility for users."]]],[]]