Errors

DSAR-SDK-1500: SDK_RETRY_FAILED

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

  1. Inspect last error in the chain.
  2. Verify service availability.
  3. Adjust retry policy or resolve underlying issue.

Retryable

No. Retries have been exhausted.

Minimal Trigger Example