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