[[["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 details the `DocumentSchemaServiceLimitedErrorCountRetryPolicy`, a retry policy class for `DocumentSchemaServiceConnection` that limits the number of transient errors before stopping retries."],["The policy stops retrying upon encountering a non-transient error or when the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["You can disable retry loops by setting `maximum_failures` to 0 when constructing an instance of the `DocumentSchemaServiceLimitedErrorCountRetryPolicy`."],["The policy includes methods like `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()` to manage retry behavior and state."],["The webpage provides documentation and links to a range of versions, from 2.12.0 up to the latest release candidate, 2.37.0-rc."]]],[]]