[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This document outlines the `CompanyServiceLimitedErrorCountRetryPolicy`, a retry mechanism for `CompanyServiceConnection` in the Google Cloud Talent C++ library."],["The retry policy limits retries based on the number of transient errors, and it stops retrying if a non-transient error occurs or if the number of transient errors exceeds a set threshold."],["`kUnavailable` is the only status code that is considered a transient error in this context."],["The policy can be configured with a `maximum_failures` parameter during construction, which defines the number of transient errors allowed before stopping."],["This class offers functions to check if the policy is exhausted, identify permanent failures, and create a new policy instance."]]],[]]