Instance state type
Instance headers type
Instance params type
OptionalabortedOptionalattemptOptionaldataOptionaldelayOptionalerrorOptionalheadersOptionalmethodOptionalnextThe response or error that triggered this retry attempt.
OptionalparamsOptionalpathOptionalpayloadOptionalrequestTimestamp (ms) when the request resolved (success, error, or abort)
OptionalrequestUnique ID for this request, flows through all events
OptionalrequestTimestamp (ms) when the request entered the execution pipeline
OptionalresponseOptionalstatusOptionalstepOptionalurl
Event data for retry events.
Extends base event data with the outcome that triggered the retry — a resolved
ok: falseresponse for an HTTP-status retry, or a rejected transportFetchErrorfor a transport retry. Mirrors the unionshouldRetryis invoked with.