[[["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 `RuleSetServiceRetryPolicy` for different versions, ranging from the latest release candidate 2.37.0-rc down to version 2.12.0."],["The retry policy is designed for `RuleSetServiceConnection` and its purpose is to manage how the service handles failures and retries."],["Key functions within the policy include `clone()`, `OnFailure(Status const &)`, `IsExhausted() const`, and `IsPermanentFailure(Status const &) const`, which collectively determine the retry behavior based on the status of operations."],["The `clone()` function enables the creation of new policy instances, while the `OnFailure` functions assess whether to retry based on a provided status."],["Functions `IsExhausted()` and `IsPermanentFailure()` are used to understand if the retry policy is exhausted or if the failed operation is considered a permanent failure, respectively."]]],[]]