-
Notifications
You must be signed in to change notification settings - Fork 0
async.TypeAlias.RetryFnParams
github-actions[bot] edited this page Jun 8, 2026
·
2 revisions
@zenstone/ts-utils / async / RetryFnParams
RetryFnParams =
object
Defined in: src/async/index.ts:37
重试回调参数
attempt:
number
Defined in: src/async/index.ts:39
当前尝试次数(从 1 开始)
error:
unknown
Defined in: src/async/index.ts:41
触发重试的错误(首次执行时为 undefined)
readonlyoptions:RetryOptions
Defined in: src/async/index.ts:43
只读的重试选项