[[["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-08-14 UTC."],[[["\u003cp\u003eThe latest version available for the \u003ccode\u003eLimitedTimeRetryPolicy\u003c/code\u003e is 2.37.0-rc, with several previous versions listed down to 2.11.0 available for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLimitedTimeRetryPolicy\u003c/code\u003e class implements a retry strategy that will repeatedly try an operation for a set amount of time, useful for managing transient failures.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one accepting \u003ccode\u003einternal::RPCPolicyParameters\u003c/code\u003e and another taking a \u003ccode\u003eDurationT\u003c/code\u003e for setting the maximum duration of retries.\u003c/p\u003e\n"],["\u003cp\u003eSeveral virtual functions are provided, including \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eSetup()\u003c/code\u003e, \u003ccode\u003eOnFailure()\u003c/code\u003e, and \u003ccode\u003eIsExhausted()\u003c/code\u003e, which are essential for defining the behavior of the retry policy.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLimitedTimeRetryPolicy\u003c/code\u003e class also provides static methods like \u003ccode\u003eIsPermanentFailure()\u003c/code\u003e to check if a given status represents an unrecoverable error, preventing unnecessary retry attempts.\u003c/p\u003e\n"]]],[],null,[]]