[[["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."],[[["The webpage details the `SecurityCenterLimitedErrorCountRetryPolicy` class, which is used to manage retry attempts for `SecurityCenterConnection` based on the number of encountered errors."],["The policy halts retries when it encounters a non-transient error or when the number of transient errors exceeds a predefined limit."],["Only `kUnavailable` status codes are considered transient errors by this class, triggering a retry attempt."],["The policy can be configured using a constructor that accepts an integer to set the maximum number of transient failures, and passing `0` disables the retry mechanism."],["The class provides functions to determine if a failure is permanent, if the policy is exhausted, and a method to create a clone of the current policy."]]],[]]