[[["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 page details the `DatastreamRetryPolicy` for the `DatastreamConnection`, offering versioned documentation from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `DatastreamRetryPolicy` includes functions like `clone()`, `OnFailure(Status const &)`, `IsExhausted()`, and `IsPermanentFailure(Status const &)` for managing retry behavior."],["The `clone()` function creates a new instance of the policy, resetting it to the initial state, and returning it as a unique pointer."],["The `OnFailure` function takes a status parameter and returns a boolean based on whether or not a retry is possible."],["The `IsExhausted` function returns a boolean indicating if the policy has reached it's retry limit."],["The `IsPermanentFailure` function takes a status parameter, and determines whether the failure is non-recoverable, returning true or false."]]],[]]