[[["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 webpage provides documentation for the `KeyTrackingServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for KMS Inventory."],["The `KeyTrackingServiceLimitedErrorCountRetryPolicy` class defines a retry policy for `KeyTrackingServiceConnection` that limits retries based on the number of detected transient errors and stops if a non-transient error is returned."],["The class constructor `KeyTrackingServiceLimitedErrorCountRetryPolicy(int)` allows configuration of the maximum number of transient failures tolerated before the retry loop stops, with the ability to disable retries by setting `maximum_failures` to 0."],["The documentation provides a comprehensive list of all previous version releases for the `KeyTrackingServiceLimitedErrorCountRetryPolicy` starting from 2.37.0-rc down to 2.10.1, each with a link to their specific documentation page."],["Functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` are documented, which provide capabilities to check on error counts, states, and create copies."]]],[]]