[[["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-05 UTC."],[[["This webpage details the `ConfidentialComputingLimitedErrorCountRetryPolicy`, a retry policy used with `ConfidentialComputingConnection` that limits the number of transient errors before stopping retries."],["The policy ceases retrying when a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["The policy can be configured to tolerate a specific number of transient errors through its constructor parameter `maximum_failures`, with `maximum_failures` set to 0 to disable retry loops."],["The page provides an exhaustive list of previous version numbers for this class, with the latest version being 2.37.0-rc, which is available for reference."],["The page showcases detailed descriptions of its constructors, such as `ConfidentialComputingLimitedErrorCountRetryPolicy(int)` and its functions, such as `IsPermanentFailure`, as well as the parameters and return types for each of them."]]],[]]