[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["This webpage details the `DatastreamLimitedErrorCountRetryPolicy`, a retry policy for `DatastreamConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding the maximum allowed transient failures, with `kUnavailable` as a designated transient error."],["You can disable retries entirely by creating an instance of this policy with `maximum_failures` set to 0."],["The class includes constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as a type alias `BaseType`."],["There are multiple versions of this policy, with the current latest release candidate being version 2.37.0-rc."]]],[]]