Errors
DSAR-SDK-1102: SDK_TIMEOUT
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
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
- Increase timeout in client configuration.
- Investigate server performance.
- Retry with exponential backoff.
Retryable
Yes. Timeouts are often transient.