[[["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 webpage details the `SecurityCenterLimitedErrorCountRetryPolicy`, a retry mechanism for `SecurityCenterConnection` in C++."],["The retry policy halts if it encounters a non-transient error or exceeds a defined limit of transient failures, treating `kUnavailable` status codes as transient."],["The policy can be configured during construction with a `maximum_failures` parameter that specifies how many errors it will tolerate, including the option to disable retry functionality with a setting of `0`."],["The class offers methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage and query the retry state."],["There is a list of links to the reference documentation for this class across many versions of the library."]]],[]]