[[["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 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()`."]]],[]]