Thrown when network communication fails during API calls or blockchain interactions.
Remarks
This error encompasses network connectivity issues, API unavailability,
timeout errors, and CORS restrictions. It's commonly encountered during
IPFS operations, subgraph queries, or RPC calls.
Recovery strategies:
Check network connectivity
Retry with exponential backoff
Verify API endpoints are accessible
Switch to alternative network providers or gateways
Thrown when network communication fails during API calls or blockchain interactions.
Remarks
This error encompasses network connectivity issues, API unavailability, timeout errors, and CORS restrictions. It's commonly encountered during IPFS operations, subgraph queries, or RPC calls.
Recovery strategies:
Example