Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/async.ts>RetryError

[WIP] A framework for crafting interactions with Substrate chains
Latest
class RetryError
extends Error
import { RetryError } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/async.ts";

Constructors

new
RetryError(cause: unknown, count: number)