[[["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-21 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."]]],[]]