Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.36/rpc-provider/substrate-connect/Health.ts";

Constructors

new
HealthCheckError(response: unknown, message?)

Methods

getCause(): unknown