[[["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 `DatastreamLimitedErrorCountRetryPolicy` class, which is designed for managing retries in `DatastreamConnection`."],["The retry policy halts if a non-transient error occurs or if the number of transient failures exceeds a set limit."],["Transient errors, specifically those with a `kUnavailable` status code, are factored into the error count for retry consideration."],["The `DatastreamLimitedErrorCountRetryPolicy` constructor allows for setting the maximum number of transient failures before stopping retries, with the ability to disable retries by setting the maximum failures to zero."],["The document also details various functions of the class such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`, along with a list of versioned URLs for this specific class."]]],[]]