Skip to main content
Module

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

Lightweight client for Substrate-based chains, such as Polkadot and Kusama.
Go to Latest
class QueueFullError
extends Error
import { QueueFullError } from "https://deno.land/x/smoldot2@light-js-deno-v2.0.4/public-types.d.ts";

Thrown in case the buffer of JSON-RPC requests is full and cannot accept any more request.

Constructors

new
QueueFullError()