MCPcopy Create free account
hub / github.com/apify/impit /

Class

impit-node/errors.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3class RequestError extends ImpitError {}
4class TransportError extends RequestError {}
5class TimeoutError extends TransportError {}
6class ConnectTimeout extends TimeoutError {}
7class ReadTimeout extends TimeoutError {}
8class WriteTimeout extends TimeoutError {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected