[[["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 details the `ExportServiceLimitedErrorCountRetryPolicy`, a retry policy designed for `ExportServiceConnection` in the Google Cloud Profiler C++ client library."],["The policy halts retries when encountering non-transient errors or when the number of transient failures exceeds a predefined limit, with `kUnavailable` as a recognized transient error status code."],["It offers constructors for creating instances that manage a set number of transient error failures, allowing you to set the maximum tolerance or disable it completely."],["The policy provides functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` for managing retry behavior and checking its current status."],["The `BaseType` is an alias of the `ExportServiceRetryPolicy`, a type that this class inherits."]]],[]]