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