Skip to main content
Module

x/capi/deps/smoldot.ts>QueueFullError

[WIP] A framework for crafting interactions with Substrate chains
Latest
class QueueFullError
extends Error
import { QueueFullError } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/smoldot.ts";

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

Constructors

new
QueueFullError()