[[["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-04-23 UTC."],[[["This webpage details the `SnoozeServiceLimitedErrorCountRetryPolicy`, a class in the Google Cloud C++ Monitoring library designed to handle transient errors during RPC calls to `SnoozeServiceConnection`."],["The retry policy stops retrying if a non-transient error is encountered or if the number of transient failures exceeds the `maximum_failures` threshold, which defaults to the number of failures that can be tolerated."],["`kUnavailable` is the status code that is treated as a transient error by this policy, meaning it will be retried if the number of failures is less than the amount it can tolerate."],["The `SnoozeServiceLimitedErrorCountRetryPolicy` class includes constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as the `BaseType` alias for `SnoozeServiceRetryPolicy`."],["The documentation provides a list of historical versions of this class, ranging from version 2.11.0 to the latest 2.37.0-rc, with links to the corresponding documentation for each version."]]],[]]