[[["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 `LoggingServiceV2LimitedErrorCountRetryPolicy`, which is a retry mechanism for `LoggingServiceV2Connection` in C++."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a predefined limit."],["Transient errors include status codes `kInternal` and `kUnavailable`, as defined within this system."],["The policy's constructor allows for configuration of the maximum number of transient errors permitted before stopping retries, and setting it to zero disables retry attempts."],["The documentation includes descriptions of the class's constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as the type alias `BaseType`."]]],[]]