@rtorcato/supabase-common / isRetryable
Function: isRetryable()
isRetryable(
err):boolean
Defined in: errors.ts:73
A transient failure worth retrying: serialization failure or deadlock. Wrap the retry loop yourself; this just tells you the error qualifies.
Parameters
err
unknown
Returns
boolean