[[["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-07-02 UTC."],[[["The latest version available for `DiskTypesLimitedErrorCountRetryPolicy` is 2.37.0-rc, with numerous prior versions listed, dating back to 2.15.1."],["This class implements a retry policy for `DiskTypesConnection`, ceasing retries upon encountering a non-transient error or exceeding a predefined number of transient failures."],["The policy treats `kUnavailable` status codes as transient errors, which can trigger a retry attempt."],["The `DiskTypesLimitedErrorCountRetryPolicy` class can be configured with a `maximum_failures` parameter to control how many transient errors are tolerated before stopping retries, with a value of 0 disabling the retry loop."],["It has functions such as `OnFailure`, `IsExhausted` and `IsPermanentFailure` to manage the retries, determining whether a retry should occur, if it has reached the limit of retries, or if the error is not worth retrying respectively."]]],[]]