[[["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 documents the `DocumentSchemaServiceLimitedErrorCountRetryPolicy`, a retry policy that limits the number of transient errors."],["The latest version available is `2.37.0-rc`, with many prior versions listed for reference, down to `2.12.0`."],["The policy will cease retrying if a non-transient error is returned or the maximum number of transient failures is exceeded, where the only considered transient error is the `kUnavailable` status code."],["The policy's constructor accepts an integer to define the `maximum_failures` value, and setting this value to `0` will disable the retry loop."],["Key functions of the class are detailed, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, that allow you to manage and determine retry status and behaviour."]]],[]]