Skip to main content
Module

std/async/retry.ts>RetryError

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class RetryError
extends Error
import { RetryError } from "https://deno.land/std@0.204.0/async/retry.ts";

Constructors

new
RetryError(cause: unknown, attempts: number)