[[["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 designed for `ConfidentialComputingConnection` that limits the number of transient errors."],["The policy halts retries if a non-transient error occurs or if the number of transient failures exceeds the maximum specified, with `kUnavailable` treated as a transient error."],["The `ConfidentialComputingLimitedErrorCountRetryPolicy` constructor allows setting a maximum number of transient errors (`maximum_failures`), where setting it to 0 effectively disables retries."],["This policy includes functions to check if the policy is exhausted (`IsExhausted()`), if there is a permanent failure (`IsPermanentFailure(Status const &)`), or on a failure (`OnFailure(Status const &)`), along with the ability to create a clone of the policy (`clone()`)."],["The webpage lists different versions of the policy, ranging from 2.11.0 to 2.37.0-rc, allowing users to select the version they need from the list of versions."]]],[]]