[[["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-02 UTC."],[[["This page provides documentation for the `SqlUsersServiceRetryPolicy` class, which is related to the retry mechanism for `SqlUsersServiceConnection`."],["The documentation lists various versions of the `SqlUsersServiceRetryPolicy`, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `SqlUsersServiceRetryPolicy` class offers functions such as `clone()`, `OnFailure(Status const &)`, `IsExhausted() const`, and `IsPermanentFailure(Status const &) const`."],["The `OnFailure` and `IsPermanentFailure` functions take a `Status const &` parameter and return a boolean indicating the outcome, whereas `IsExhausted` returns a boolean about whether the retry policy is exhausted."],["The `clone()` function creates and returns a new instance of `SqlUsersServiceRetryPolicy`, reset to the initial state, returning a `std::unique_ptr` of it."]]],[]]