[[["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-17 UTC."],[[["This webpage provides documentation for the `LoggingServiceV2RetryPolicy` class, specifically within the context of Google Cloud C++ client libraries for logging."],["The latest release candidate is version 2.37.0-rc, with a list of previous versions all the way back to 2.11.0, all of which link to their respective documentation for the same class."],["The `LoggingServiceV2RetryPolicy` is a class used to define the retry behavior for the `LoggingServiceV2Connection`, indicating that if an error occurs, the functions listed may be run."],["Key functions within this class include `clone()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, which manage the creation of new policy instances, handle failures, determine if retries are exhausted, and detect permanent failures."],["Each function that manages the policy, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` are all available twice, one which returns a boolean and the other which accepts a status and returns a boolean."]]],[]]