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