Errors

DSAR-SDK-1102: SDK_TIMEOUT

Meaning

The SDK HTTP request exceeded the configured timeout before completing.

Probable Causes

  • Server is slow or overloaded.
  • Network latency too high.
  • Timeout configured too low.

How to Fix

  1. Increase timeout in client configuration.
  2. Investigate server performance.
  3. Retry with exponential backoff.

Retryable

Yes. Timeouts are often transient.

Minimal Trigger Example