[[["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 provides information on the `SecurityCenterManagementLimitedErrorCountRetryPolicy` class, which is used for handling transient errors in RPC calls within the `SecurityCenterManagementConnection`."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a preset limit, with `kUnavailable` errors considered as transient."],["The class allows you to define a maximum number of transient failures before stopping retries, offering flexibility in configuring error handling, and this limit can be set to 0 to disable the retry loop entirely."],["The `SecurityCenterManagementLimitedErrorCountRetryPolicy` class has constructors for creating instances that can be configured to tolerate a given number of transient errors, or to be cloned, moved, or copied."],["The document also details the class's methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with the type alias `BaseType` which is an alias of `SecurityCenterManagementRetryPolicy`."]]],[]]