Errors
DSAR-SDK-1101: SDK_NETWORK_ERROR
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
The SDK could not complete the HTTP request due to a network-level failure.
Probable Causes
- DNS resolution failure.
- Connection refused or reset.
- No internet connectivity.
How to Fix
- Verify network connectivity and DNS.
- Ensure target host is reachable.
- Check firewall/proxy settings.
Retryable
Yes. Network failures are often transient.