[[["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 `DatastreamLimitedErrorCountRetryPolicy`, a retry policy for `DatastreamConnection` that limits retries based on the number of transient errors encountered."],["The policy will stop retrying if a non-transient error is returned or if the number of transient failures exceeds a set limit, and it considers `kUnavailable` as a transient error status code."],["The class includes constructors to create instances with a specified `maximum_failures` threshold, which can be set to zero to disable the retry loop, and copy/move constructors for proper usage."],["Key functions include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and query the state of the retry policy, along with `BaseType` as an alias of `DatastreamRetryPolicy`."],["The page also contains links to reference documentation for versions ranging from 2.11.0 to the latest release candidate, 2.37.0-rc."]]],[]]