[[["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 `ProfilerServiceLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud Profiler C++ client library."],["The `ProfilerServiceLimitedErrorCountRetryPolicy` class is designed to implement a retry mechanism for `ProfilerServiceConnection`, specifically to handle transient errors during RPC calls, and will stop retrying if a non-transient error is returned or if the number of transient failures exceeds the configured limit."],["Transient errors are identified by the `kUnavailable` status code, as defined in the Google Cloud C++ common library."],["The retry policy can be customized by specifying the maximum number of transient failures it should tolerate when creating a `ProfilerServiceLimitedErrorCountRetryPolicy` instance, and you can disable retries by creating an instance with `maximum_failures` set to 0."],["The documentation covers the available constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as a type alias, `BaseType`, for `ProfilerServiceRetryPolicy`, within this class."]]],[]]