splitch

DocsSDKSDK_TRANSPORT_TIMEOUT.md

SDK_TRANSPORT_TIMEOUT

Cause

The per-call request timeout elapsed, or the request was aborted. The timeout covers the whole call, so it can fire before any response arrives or while the response body is still streaming.

Fix

Increase timeoutMs if cold starts are expected, or check connectivity. The underlying abort is on logger.error's cause. An abort mid-body is reported here rather than as SDK_TRANSPORT_PARSE, because the body was truncated, not malformed. This is not an HTTP 503 from the server.

Related codes