[[["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."],["The `IDSLimitedErrorCountRetryPolicy` class defines a retry policy that limits the number of transient errors during RPC calls, stopping retries if a non-transient error occurs or the maximum failure count is reached, with `kUnavailable` being the only transient error type."],["This class offers constructors to create instances with a specified maximum number of allowed transient errors and the capability to disable the retry loop completely by setting `maximum_failures` to 0."],["The documentation details the various functions of this class, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, along with their parameters, return types, and descriptions."],["This webpage has a version control system with a multitude of different versions of the class and documentation, with 2.37.0-rc being the latest."]]],[]]