client-ts icon indicating copy to clipboard operation
client-ts copied to clipboard

Add a configurable error boundary to the fetcher

Open SferaDev opened this issue 2 years ago • 1 comments

{ type: "throw" } | { type: "retry"; retries: number; wait: number | (retry: number) => number } | { type: "custom"; boundary: (method, route, ..., retry()) => void }

Retry strategy only applies to get operations.

SferaDev avatar May 24 '22 05:05 SferaDev

@SferaDev is this something we've already done? If not is it a P2?

richardgill avatar Dec 28 '22 09:12 richardgill