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

Class

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

Source from the content-addressed store, hash-verified

19}
20
21export class RateLimitError extends ApiConnectionError {
22 constructor(e: Error) {
23 super('RateLimit', e.message, ApiErrorType.RateLimit);
24 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected