Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/smoldot2/index-deno.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/index-deno.js";

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

Constructors

new
QueueFullError()