[[["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-08-07 UTC."],[[["This page details the `ServicesRetryPolicy` class, which is relevant to the `ServicesConnection` for version 2.22.1."],["The documentation provides links to the `ServicesRetryPolicy` class documentation for versions ranging from 2.11.0 to 2.37.0-rc."],["The `ServicesRetryPolicy` class has several methods including `clone()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` that are used to manage the retry behavior of connection attempts."],["The listed functions are used to configure and manage the behavior of retries, the `OnFailure` function checks if a failure is recoverable, while the `IsPermanentFailure` function checks if a failure is non-recoverable, and `IsExhausted` checks if the retry policy is exausted."],["The `clone()` function is used to generate a new copy of the current policy, resetting the instance back to it's initial state."]]],[]]