Errors
DSAR-SDK-1500: SDK_RETRY_FAILED
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
The SDK exhausted retries and the request still failed.
Probable Causes
- Persistent network or server failure.
- Upstream dependency issues such as API rate limiting, auth failures, DNS/proxy misconfiguration, firewall/load-balancer blocking, backend crash, or database outage.
- All retry attempts hit timeout or error.
How to Fix
- Inspect last error in the chain.
- Verify service availability.
- Adjust retry policy or resolve underlying issue.
Retryable
No. Retries have been exhausted.