Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/rpc-provider/substrate-connect/Health.ts>HealthCheckError

Package publishing for deno.land/x/polkadot
Go to Latest
class HealthCheckError
extends Error
import { HealthCheckError } from "https://deno.land/x/polkadot@0.2.14/rpc-provider/substrate-connect/Health.ts";

Constructors

new
HealthCheckError(response: unknown, message?)

Methods

getCause(): unknown