itd-api / ErrorContextHook
Interface: ErrorContextHook
Defined in: types/options.ts:125
Данные об ошибке запроса.
Extends
Properties
attempt
ts
attempt: number;Defined in: types/options.ts:113
Номер попытки, начиная с 1.
Inherited from
duration
ts
duration: number;Defined in: types/options.ts:126
error
ts
error: unknown;Defined in: types/options.ts:127
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 со строкой запроса.