[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]