Interface
RetryPolicy
Resolves the retry budget for one logical request. Return `undefined` to retain the method's default.
Type
(context: RetryPolicyContext) => number | undefinedResolves the retry budget for one logical request. Return `undefined` to retain the method's default.
(context: RetryPolicyContext) => number | undefined