コンテンツにスキップ

RetryPolicy

このコンテンツはまだ日本語訳がありません。

type RetryPolicy = (context) =>
| RetryDecision
| Promise<RetryDecision>;
Parameter Type

context

RetryPolicyContext

| RetryDecision | Promise<RetryDecision>