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

x/smoldot2/public-types.d.ts>CrashError

Alternative client for Substrate-based chains.
Go to Latest
class CrashError
extends Error
import { CrashError } from "https://deno.land/x/smoldot2@light-js-deno-v1.0.6/public-types.d.ts";

Thrown in case the underlying client encounters an unexpected crash.

This is always an internal bug in smoldot and is never supposed to happen.

Constructors

new
CrashError(message: string)