import { RetryError } from "https://deno.land/std@0.220.1/async/retry.ts";
Error thrown in retry
once the maximum number of failed attempts
has been reached.
Constructors
Constructs a new RetryError
instance.
import { RetryError } from "https://deno.land/std@0.220.1/async/retry.ts";
Error thrown in retry
once the maximum number of failed attempts
has been reached.
Constructs a new RetryError
instance.