[[["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-14 UTC."],[[["This webpage provides documentation for the `IDSLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for IDS (Intrusion Detection System) and is available in versions from 2.11.0 to 2.37.0-rc."],["The `IDSLimitedErrorCountRetryPolicy` defines a retry policy that stops retrying if a non-transient error is detected or if a prescribed number of transient failures, specifically `kUnavailable`, is exceeded."],["The `maximum_failures` parameter in the constructor determines the number of transient failures allowed, and setting it to 0 will disable retries."],["The class has methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to manage retry logic, determine failure types, and reset the retry state."],["It also includes type aliases such as `BaseType` to represent the `IDSRetryPolicy`."]]],[]]