Skip to main content
Module

std/async/mod.ts>RetryError

Deno standard library
Go to Latest
class RetryError
extends Error
import { RetryError } from "https://deno.land/std@0.204.0/async/mod.ts";

Constructors

new
RetryError(cause: unknown, attempts: number)