[[["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-14 UTC."],[[["This webpage details the `SecurityCenterManagementLimitedErrorCountRetryPolicy`, a retry mechanism for `SecurityCenterManagementConnection`."],["The policy stops retrying if it encounters a non-transient error or exceeds a defined limit of transient failures, specifically treating `kUnavailable` as a transient error."],["The policy's constructors allow for setting the maximum number of transient errors to tolerate, including an option to disable retries by setting `maximum_failures` to 0."],["Key functions include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, and `clone()`, which provide ways to check the maximum number of allowed failures, see if an error is non-transient, check for exhaustion of retries and clone the current policy."],["The page provides different versions of the `SecurityCenterManagementLimitedErrorCountRetryPolicy` ranging from 2.22.1 to the most recent 2.37.0-rc."]]],[]]