itd-api / RetryContext
Interface: RetryContext
Defined in: types/options.ts:131
Данные о предстоящем повторе.
Extends
Properties
attempt
ts
attempt: number;Defined in: types/options.ts:113
Номер попытки, начиная с 1.
Inherited from
delay
ts
delay: number;Defined in: types/options.ts:134
Пауза перед следующей попыткой в мс.
error
ts
error: unknown;Defined in: types/options.ts:132
headers
ts
headers: Headers;Defined in: types/options.ts:111
Inherited from
method
ts
method: string;Defined in: types/options.ts:106
Inherited from
path
ts
path: string;Defined in: types/options.ts:108
Путь без базового URL, например /api/posts.
Inherited from
url
ts
url: string;Defined in: types/options.ts:110
Итоговый URL со строкой запроса.