[[["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."],[[["The latest version available for the `LimitedErrorCountRetryPolicy` is `2.37.0-rc`, with numerous previous versions also accessible."],["`LimitedErrorCountRetryPolicy` is a Spanner library retry policy that halts retries upon encountering non-transient errors or exceeding a set number of transient errors."],["The policy treats `kUnavailable`, `kResourceExhausted`, and `kInternal` (if indicating a connection reset) as transient errors."],["You can set the maximum number of transient failures when instantiating `LimitedErrorCountRetryPolicy`, with the option to disable retries by setting the maximum failures to zero."],["This class includes methods for determining if the retry policy is exhausted, for checking if a failure is permanent, for determining the number of maximum failures, and for creating a new policy instance."]]],[]]