[[["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-05-07 UTC."],[[["This webpage provides documentation for the `SnoozeServiceLimitedErrorCountRetryPolicy`, which is a retry mechanism for `SnoozeServiceConnection` in Google Cloud Monitoring C++ client libraries."],["The policy retries operations based on a limited count of transient errors, stopping when a non-transient error occurs or the maximum allowed transient failures are exceeded."],["The class constructor `SnoozeServiceLimitedErrorCountRetryPolicy(int)` allows configuration of the maximum number of transient errors before the policy stops retrying, with setting `maximum_failures` to 0 disabling retries."],["The webpage also lists all the available versions of the `SnoozeServiceLimitedErrorCountRetryPolicy`, from the latest version (2.37.0-rc) all the way back to 2.11.0."],["It outlines key functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` alongside their parameters and return types, as well as the `maximum_failures()` function to get the set transient error threshold."]]],[]]