[[["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 webpage details the `DatastreamLimitedErrorCountRetryPolicy`, a retry policy for `DatastreamConnection` that limits retries based on the number of transient errors."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a defined limit."],["The class treats `kUnavailable` status codes as transient errors and can be completely disabled by setting `maximum_failures` to 0 when constructing an instance."],["The webpage provides a history of versions for the `DatastreamLimitedErrorCountRetryPolicy` class, dating back to version 2.11.0, with 2.37.0-rc being the most current release candidate."],["The provided documentation contains the policy's constructors and functions, including `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`."]]],[]]