MCPcopy Create free account
hub / github.com/subquery/subql /

Class

packages/node-core/src/api.connection.error.ts:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39export class LargeResponseError extends ApiConnectionError {
40 constructor(e: Error) {
41 const newMessage = `Oversized RPC node response. This issue is related to the network's RPC nodes configuration, not your application. You may report it to the network's maintainers or try a different RPC node.\n\n${e.message}`;
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected