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

x/smoldot2/public-types.js>QueueFullError

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

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

Constructors

new
QueueFullError()