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:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
export
class
TimeoutError extends ApiConnectionError {
28
constructor(e: Error) {
29
super(
'TimeoutError'
, e.message, ApiErrorType.Timeout);
30
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected