[[["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 webpage provides documentation for the `DocumentSchemaServiceLimitedErrorCountRetryPolicy` class across multiple versions, from 2.12.0 to the latest release candidate 2.37.0-rc."],["The `DocumentSchemaServiceLimitedErrorCountRetryPolicy` class implements a retry mechanism for `DocumentSchemaServiceConnection` that limits the number of transient errors tolerated before stopping."],["The retry policy considers `kUnavailable` status codes as transient errors and halts retries if a non-transient error occurs or if the number of transient errors exceeds the `maximum_failures` threshold."],["Users can configure the maximum number of transient failures tolerated by using the constructor, and they can effectively disable the retry loop by setting `maximum_failures` to 0."],["The documentation also provides function details such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, `clone()`, along with the type alias `BaseType`."]]],[]]