Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subquery/subql
/
Class
packages/node-core/src/api.connection.error.ts:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
export
class
ApiConnectionError extends Error {
12
errorType: ApiErrorType;
13
14
constructor(name: string, message: string, errorType: ApiErrorType) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected