Interface

RetryPolicy

Resolves the retry budget for one logical request. Return `undefined` to retain the method's default.

Type

(context: RetryPolicyContext) => number | undefined