itd-api / RetryDecisionContext
Interface: RetryDecisionContext
Defined in: core/options.ts:34
Семантика запроса, доступная пользовательской функции shouldRetry.
Properties
bodyReplayable
ts
bodyReplayable: boolean;Defined in: core/options.ts:37
method
ts
method: string;Defined in: core/options.ts:38
operationId
ts
operationId: OperationId;Defined in: core/options.ts:35
path
ts
path: string;Defined in: core/options.ts:39
retrySafety
ts
retrySafety: RetrySafety;Defined in: core/options.ts:36