[[["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 document describes the `SecurityCenterManagementLimitedErrorCountRetryPolicy`, a retry policy for `SecurityCenterManagementConnection` that limits retries based on the number of errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a preset maximum."],["Transient errors, in this context, are specifically defined as RPC calls that return a `kUnavailable` status code."],["The `maximum_failures` parameter in the constructor determines the number of transient errors allowed before retries cease, and it can be set to 0 to disable retries entirely."],["This class provides various functions to manage and check the retry policy such as `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, `maximum_failures()` and `clone()`."]]],[]]