MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/ai-client/src/connection-adapters.ts:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 * timeout) so the partial content cannot be safely parsed.
40 */
41export class StreamTruncatedError extends Error {
42 constructor() {
43 super(
44 'Stream ended with unterminated trailing data — connection was likely cut short.',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected