Skip to content
JS
Node.js error

ERR_STREAM_WRAP

Prevents an abort if a string decoder was set on the Socket or if the decoder is in objectMode. const Socket = require('node:net').Socket; const instance = new Socket(); instance.setEncoding('utf8');

Reference entryNode.jsFetched

Node.js documentation lists the code ERR_STREAM_WRAP without the printed message text.

Category
Node.js error codes
Severity
error
Runtime
node
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: Node.js documentation. Data fetched 2026-09-25T01:43:12.380Z.