Module

x/proc/legacy/deps.ts>RetryError

A better way to work with processes in Deno.
Very Popular
Latest
class RetryError
extends Error
import { RetryError } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/deps.ts";

Error thrown in retry once the maximum number of failed attempts has been reached.

Constructors

new
RetryError(cause: unknown, attempts: number)

Constructs a new RetryError instance.